Skip to content

ESLint shareable config for the Brainhub JavaScript style guide

License

Notifications You must be signed in to change notification settings

adam-golab/eslint-config-brainhub

Repository files navigation

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

About

ESLint shareable config for the Brainhub JavaScript style guide

Resources

License

Stars

Watchers

Forks

Packages

No packages published