@crishpeen/stylelint-config-crishpeen-order
v1.1.0
Published
Crishpeen' shareable config of properties order for stylelint
Downloads
3
Maintainers
Readme
stylelint-config-crishpeen-order
Crishpeen' shareable config of properties order for Stylelint.
This config allows linting properties by defined order. It requires Stylelint and its stylelint-order plugin.
Install
stylelint
,stylelint-order
and this config:$ npm install --save-dev stylelint stylelint-order @crishpeen/stylelint-config-crishpeen-order
Add
"extends": "@crishpeen/stylelint-config-crishpeen-order"
to your.stylelintrc
file.