0.0.9 • Published 6 years ago

@gik/eslint-config v0.0.9

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

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.

Installation

npm i -D eslint @gik/eslint-config

Usage

In the corresponding .eslintrc file (or equivalent) add the extends property.

{
  "extends": "@gik"
}