4.0.1-alpha • Published 5 years ago
eslint-config-graph-base v4.0.1-alpha
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
4.0.1-alpha
5 years ago
4.0.0-alpha
5 years ago
3.1.0-alpha
7 years ago
3.0.0-alpha
7 years ago
2.0.0
8 years ago
1.1.0
8 years ago
1.0.0
8 years ago
1.0.0-alpha.2
8 years ago
1.0.0-alpha.1
8 years ago