stylelint-config-flashfix
v1.0.0
Published
Shareable flashfix styleguide config for stylelint
Readme
stylelint-config-flashfix
Shareable flashfix styleguide config for stylelint.
Extends stylelint-config-standard.
A shareable config to enforce flashfix styleguide: https://github.com/flashfixapp/styleguide
To see the rules that this config uses, please read the config itself.
Installation
npm install stylelint-config-flashfix --save-devUsage
If you've installed stylelint-config-flashfix locally within your project, just set your stylelint config to:
{
"extends": "stylelint-config-flashfix"
}