0.0.9 • Published 4 years ago

eslint-config-or-bachar v0.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

eslint-config-or-bachar

Shareable eslint config

Installation

$ npm i -D eslint-config-or-bachar

Using a Shareable Config

Shareable configs are designed to work with the extends feature of .eslintrc files. Instead of using a file path for the value of extends, use your module name. For example:

{
    "extends": "eslint-config-or-bachar"
}

You can also omit the eslint-config- and it will be automatically assumed by ESLint:

{
    "extends": "or-bachar"
}
0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago