1.0.0 • Published 5 years ago

nebenan-eslint-config v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

nebenan-eslint-config

Shareable GoodHood-EU styleguide config for eslint.

Extends eslint-config-airbnb-base.

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-eslint-config --save-dev

Usage

If you've installed nebenan-eslint-config locally within your project, just set your eslint config to:

{
  "extends": "nebenan-eslint-config"
}

MIT License