@ultimaker/stylelint-config

2.0.0 • Public • Published

Ultimaker stylelint config

This package contains mostly sane linting rules for both CSS and SCSS files for Ultimaker web-based projects.

These linting rules are set up to allow the writing of consistent, readable, and simple CSS or SCSS.

Usage

To use these linting rules, create a file called .stylelintrc.js in the root of your project.

To lint CSS files, add the following:

module.exports = {
    extends: "@ultimaker/stylelint-config"
};

To lint SCSS files, add the following:

module.exports = {
    extends: "@ultimaker/stylelint-config/scss"
};

Publishing

Publishing works the same way as we have implemented in stardust-web.

Package Sidebar

Install

npm i @ultimaker/stylelint-config

Weekly Downloads

49

Version

2.0.0

License

GPL-3.0-or-later

Unpacked Size

49.5 kB

Total Files

9

Last publish

Collaborators

  • ultimich
  • ultimerel
  • nallath
  • e.vandentempel-ultimaker
  • ultimaker-c3p0
  • ultisean