Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-brainhub

adam-golab645Apache-2.01.14.0

ESLint shareable config for the Brainhub style

brainhub, code, quality, style, lint, linter, jscs, jshint, jslint, eslint, validate, code style, strict, check, checker, verify, enforce, hint

readme

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