eslint-config-graph

9.2.1-alpha • Public • Published

eslint-config-graph

npm version

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

Package Sidebar

Install

npm i eslint-config-graph

Weekly Downloads

10

Version

9.2.1-alpha

License

MIT

Unpacked Size

7.57 kB

Total Files

5

Last publish

Collaborators

  • ivantsov