eslint-config-brainhub
v1.14.0
Published
ESLint shareable config for the Brainhub style
Downloads
3,097
Readme
eslint-config-brainhub
ESLint shareable config for the Brainhub JavaScript style guide
Installation
$ npm install --save-dev eslint eslint-config-brainhub
Usage
Once the eslint-config-brainhub
package is installed, you can use it by specifying brainhub
in the extends
section of your ESLint configuration (Usually .eslintrc
file in main directory).
{
"extends": "brainhub",
"rules": {
// Additional, per-project rules...
}
}
Rules
See RULES.md file
License
Apache-2 © Brainhub