nebenan-stylelint-config
Shareable GoodHood-EU styleguide config for stylelint.
Extends stylelint-config-standard
.
A shareable config to enforce GoodHood-EU Styleguide: https://github.com/goodhood-eu/styleguide
To see the rules that this config uses, please read the config itself.
Installation
npm install nebenan-stylelint-config --save-dev
Usage
If you've installed nebenan-stylelint-config
locally within your project, just set your stylelint
config to:
{
"extends": "nebenan-stylelint-config"
}