0.1.0 • Published 5 years ago
eslint-config-overwolf v0.1.0
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-overwolfUsage
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.