@chaucerbao/stylelint-config
v0.2.0
Published
A preset of recommended Stylelint rules
Downloads
9
Readme
Stylelint Recommended Preset
Installation
npm install --save-dev @chaucerbao/stylelint-configUsage
Add this preset to the extends property of your .stylelintrc
{
"extends": ["@chaucerbao/stylelint-config"]
}Or this, if you want to add linting for SCSS
{
"extends": ["@chaucerbao/stylelint-config/scss"]
}