eslint-config-servicenav
v0.3.0
Published
Eslint settings for ServiceNav team
Readme
eslint-config-servicenav
ESLint shareable config for the ServiceNav Team.
Installation
$ npm install --save-dev eslint eslint-config-servicenavUsage
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...
}
}