Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stylelint-config-order-66

ewert-online1.4kMIT1.1.0

Order your styles with stylelint-order.

stylelint, stylelint-config, stylelint-order, property order

readme

stylelint-config-order-66

Usage

Install stylelint and this package to your project:

npm install stylelint stylelint-config-order-66 --save-dev

Configure your stylelint configuration file (stylelint.config.mjs) to extend this package:

[!TIP] You don't need to install stylelint-order nor add stylelint-order to "plugins" since this package already does that for you.

{
  extends: ["stylelint-config-order-66"]
}

Severity Options

Default severity level is warning but you can use error variant to change severity level to error.

{
  extends: ["stylelint-config-order-66/error"]
}

License

MIT