stylelint-config-order-66
v1.0.0
Published
Order your styles with stylelint-order.
Downloads
203
Maintainers
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 addstylelint-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