@supportclass/stylelint-config
v1.0.1
Published
Support Class' re-usable config for the Stylelint CSS linter.
Downloads
10
Readme
Support Class' stylelint-config
Our re-usable config for the Stylelint CSS linter.
Usage
Install this config as a devDependency:
npm i -D @supportclass/stylelint-config
Extend our config in your own stylelint config:
{ "extends": [ "@supportclass/stylelint-config" ], "rules": { "indentation": "tab" } }