@swis/fluo-stylelint-config
v1.1.0
Published
SCSS Standard Style - Stylelint Shareable Config for SWIS
Downloads
2,197
Readme
@swis/fluo-stylelint-config
The default stylelint config for Fluo projects.
Extends stylelint-config-standard
.
Howto
Run: npm install @swis/fluo-stylelint-config stylelint-order stylelint-scss
In your .stylelintrc
:
{
"extends": "@swis/fluo-stylelint-config"
}