eslint-config-graph v9.2.1-alpha
eslint-config-graph
This package provides extended ESLint config according to the Graph styleguide, which is based on AirBnB.
Installation
To install package run npm install eslint-config-graph --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"
]
}See ESLint documentation for more options.
License
MIT
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago