1.0.1 • Published 9 years ago
stylelint-preset-fransvilhelm-order v1.0.1
stylelint-preset-fransvilhelm-order
Stylelint preset for Frans Vilhelm
Rules for ordering properties inside declaration blocks in css using Stylelint.
Install
$ yarn add -D stylelint-preset-fransvilhelm-order stylelint stylelint-order
# or
npm install -D stylelint-preset-fransvilhelm-order stylelint stylelint-orderUsage
Add the line "extends": ["stylelint-preset-fransvilhelm-order"] to your .stylelintrc and you are good to go.
Shortcut: Here's a quick shortcut if you haven't added the .stylelintrc to your projects root yet
echo '{\n "extends": ["stylelint-preset-fransvilhelm-order"]\n}' > .stylelintrc1.0.1
9 years ago