0.0.2 • Published 8 years ago
eslint-config-gam v0.0.2
eslint-config-gam
ESLint rules configuration for GAM Projects
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-config-gam:
$ npm install eslint-config-gam --save-devNote: 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"
]
}