Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1010 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 1010 Bytes

eslint-config-brainhub

ESLint shareable config for the Brainhub JavaScript style guide

CircleCI Greenkeeper badge

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