@hoodoo/stylelint-config
v1.0.0
Published
Opinionated stylelint config
Downloads
1
Keywords
Readme
Installation
yarn add -D stylelint @hoodoo/stylelint-config
Usage
Add the following to your .stylelintrc
file:
{
"extends": [
"@hoodoo/stylelint-config"
]
"plugins": [
"stylelint-scss"
],
"rules": {
// Any additional rules you may have go here...
}
}