0.6.7 • Published 9 months ago

@onr/eslint-config v0.6.7

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

onr-eslint-config

Installation

Install onr-eslint-config:

npm install --save-dev @onr/eslint-config

Then, add "@onr" to the "extends" array in your .eslintrc.* file. Make sure to put it last, so it gets the chance to override other configs.

{
  "extends": [
    "some-other-config-you-use",
    "@onr"
  ]
}

That’s it! Extending "@onr" turns off a bunch of core ESLint rules, as well as a few rules from these plugins:

0.6.7

9 months ago

0.6.6

10 months ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.6.0

2 years ago

0.3.0

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago