eslint-config-overwolf
v0.1.0
Published
Overwolf's ESlint shareable config
Downloads
250
Maintainers
Readme
eslint-config-overwolf
Overwolf's ESlint shareable config
Taking mostly from standard config and Google's config
Installation
npm install --save-dev eslint eslint-config-overwolf
Usage
After installing the eslint-config-overwolf
package add this to your .eslintrc
file:
{
"extends": "overwolf",
"rules": {
// specific rules overrides...
}
}
For more information see the extends
section of the ESLint configuration documentation.