1.1.3 • Published 6 years ago

eslint-config-point-blue v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 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

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago