eslint-config-overwolf-ts
v0.1.0
Published
Overwolf's ESlint shareable config for TypeScript
Downloads
241
Maintainers
Readme
eslint-config-overwolf-ts
Overwolf's Typescript ESlint shareable config Leveraging Overwolf's ESlint shareable config
Installation
npm install --save-dev @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-overwolf eslint-config-overwolf-ts eslint-plugin-react
Usage
After installing the eslint-config-overwolf-ts
package add this to your .eslintrc
file:
{
"extends": "overwolf-ts",
"rules": {
// specific rules overrides...
}
}
For more information see the extends
section of the ESLint configuration documentation.