1.2.10 • Published 4 years ago

eslint-config-booheefe v1.2.10

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

eslint-config-booheefe

npm npm GitHub license

This package provides BooheeFE's base JS .eslintrc as an extensible shared config.

Usage

Our default export contains all of our ESLint rules, including ECMAScript 6.

First, install this package

yarn add --dev eslint-config-booheefe eslint

or

npm install --save-dev eslint-config-booheefe eslint

Then add following contents to your .eslintrc.js file

{
  "extends": "booheefe"
}

License

The MIT License.

1.2.10

4 years ago

1.2.9

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago