0.3.0 • Published 8 years ago
eslint-config-servicenav v0.3.0
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...
}
}