# eslint-config-booheefe
[](https://www.npmjs.com/package/eslint-config-booheefe)
[](https://www.npmjs.com/package/eslint-config-booheefe)
[](https://github.com/BooheeFE/eslint-config-booheefe/blob/master/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
```sh
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**](LICENSE).