@hidoo/stylelint-config
v1.0.0
Published
Shareable stylelint config for my projects.
Downloads
23
Readme
@hidoo/stylelint-config
Shareable stylelint config for my projects.
Installation
npm install --save-dev stylelint @hidoo/stylelint-config
Usage
Basic rules for CSS syntax
{
"extends": ["@hidoo/stylelint-config"]
}
Basic rules with the order of properties
{
"extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+order"]
}
Basic rules with the browser compatibility check
{
"extends": [
"@hidoo/stylelint-config",
"@hidoo/stylelint-config/+compatibility"
]
}
Basic rules with the performance check
{
"extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+performance"]
}
Basic rules with SCSS syntax
{
"extends": ["@hidoo/stylelint-config", "@hidoo/stylelint-config/+scss"]
}
Test
$ pnpm test
License
MIT