@gik/eslint-config
v0.0.9
Published
GIK's general approach to EcmaScript
Downloads
7
Maintainers
Readme
eslint-config: gik
GIK's approach to EcmaScript
These are the common rules that all of our projects must comply.
Checkout our specialized configs that depend on this.
- @gik/cycle for CycleJS apps.
- @gik/node for generic NodeJS apps.
Installation
npm i -D eslint @gik/eslint-config
Usage
In the corresponding .eslintrc
file (or equivalent) add the extends
property.
{
"extends": "@gik"
}