eslint-config-bullhorn
v0.2.0
Published
Bullhorns's ESLint config, following our styleguide
Downloads
38
Maintainers
Readme
eslint-config-bullhorn
This package provides Bullhorns's .eslintrc as an extensible shared config.
Usage
We export three ESLint configurations for your usage.
eslint-config-bullhorn
Our default export contains all of our ESLint rules, including EcmaScript 6+
and React. It requires eslint
.
npm install --save-dev eslint-config-bullhorn eslint
- add
"extends": "bullhorn"
to your .eslintrc
See ESlint config docs for more information.