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"
}
npm install --save-dev stylelint stylelint-order @doochik/stylelint-config-strict
.stylelintrc
file your project with following contents:{
"extends": "@doochik/stylelint-config-strict"
}