eslint-config-graph-base
v4.0.1-alpha
Published
Graph’s base ESLint config
Downloads
147
Maintainers
Readme
eslint-config-graph-base
This package provides base ESLint config according to the Graph styleguide, which is based on AirBnB.
Installation
To install package run npm install eslint-config-graph-base --save-dev
Configuration
Use a JSON file to specify configuration information for an entire directory and all of its subdirectories.
This can be in the form of an .eslintrc.json
file or an eslintConfig
field in a package.json
file,
both of which ESLint will look for and read automatically.
Here’s an example .eslintrc.json
file:
{
"extends": [
"graph-base"
]
}
See ESLint documentation for more options.
License
MIT