@doochik/stylelint-config-strict
v1.0.2
Published
Shared stylelint config
Downloads
5
Readme
Stylelint super strict rules
Installation
npm install --save-dev stylelint stylelint-order @doochik/stylelint-config-strict
- Create
.stylelintrc
file your project with following contents:
{
"extends": "@doochik/stylelint-config-strict"
}