0.0.2 • Published 7 years ago

eslint-config-gam v0.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
7 years ago

eslint-config-gam

ESLint rules configuration for GAM Projects

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-config-gam:

$ npm install eslint-config-gam --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-config-gam globally.

Usage

Add gam to the extends section of your .eslintrc configuration file. You can omit the eslint-config- prefix:

{
  "extends": [
    "gam"
  ]
}