4.0.1-alpha • Published 5 years ago

eslint-config-graph-base v4.0.1-alpha

Weekly downloads
49
License
MIT
Repository
github
Last release
5 years ago

eslint-config-graph-base

npm version

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