nebenan-stylelint-config
v1.0.0
Published
Shareable GoodHood-EU styleguide config for stylelint
Downloads
3
Readme
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-devUsage
If you've installed nebenan-stylelint-config locally within your project, just set your stylelint config to:
{
"extends": "nebenan-stylelint-config"
}