13.0.0 • Published 10 months ago

eslint-config-nava v13.0.0

Weekly downloads
376
License
Apache-2.0
Repository
github
Last release
10 months ago

eslint-config-nava

ESLint shareable config for Navanauts and beyond.

We're based on Standard JS, which provides a complete node/browser/react ruleset, with a few changes:

  • using eslint-config-standard instead of standard, since we want to add additional rules
  • adding additional rules that either promote correctness or a higher signal-to-noise ratio
  • avoiding rules that are purely stylistic in nature

See the full Standard JS ruleset here and the Standard React ruleset here.

Installation

$ npm install eslint eslint-config-nava --save-dev

or

$ yarn add eslint eslint-config-nava --dev

Usage

Once the eslint-config-nava package is installed, you can use it by specifying nava in the extends section of your ESLint configuration.

{
  "extends": "nava",
  "rules": {
    // Additional, per-project rules...
  }
}
12.1.1

10 months ago

13.0.0

10 months ago

12.1.0

1 year ago

12.0.0-beta.1

2 years ago

12.0.0

2 years ago

12.0.1

2 years ago

11.0.0

2 years ago

10.0.0

3 years ago

9.1.0

4 years ago

9.0.0

4 years ago

8.0.0

5 years ago

7.0.0

5 years ago

6.0.1

5 years ago

6.0.0

5 years ago

5.0.0

5 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago