stylelint-config-nebenan
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 stylelint-config-nebenan --save-dev
Usage
If you've installed stylelint-config-nebenan
locally within your project, just set your stylelint
config to:
{
"extends": "stylelint-config-nebenan"
}