eslint-config-nebenan-base
Shareable GoodHood-EU styleguide config for eslint.
Extends eslint-config-airbnb-base
.
A shareable config (without React plugins) 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 eslint-config-nebenan-base --save-dev
Usage
If you've installed eslint-config-nebenan-base
locally within your project, just set your eslint
config to:
{
"extends": "eslint-config-nebenan-base"
}