0.3.0 • Published 8 years ago

eslint-config-servicenav v0.3.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
8 years ago

eslint-config-servicenav

ESLint shareable config for the ServiceNav Team.

Installation

$ npm install --save-dev eslint eslint-config-servicenav

Usage

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

{
  "extends": "servicenav",
  "rules": {
    // Additional, per-project rules...
  }
}
0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

1.0.0

8 years ago