1.1.3 • Published 7 years ago

eslint-config-point-blue v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

eslint-config-point-blue

ESLint shareable config for Point Blue's JavaScript style guide

Installation

All projects

$ npm install -g eslint eslint-config-point-blue

Single project

$ npm install eslint eslint-config-point-blue

Usage

Once the eslint-config-point-blue package is installed, you can use it by specifying point-blue in the extends section of your ESLint configuration.

{
  "extends": "point-blue",
  "rules": {
    // Additional, per-project rules...
  }
}
1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago