0.1.0 • Published 3 years ago

eslint-config-overwolf-ts v0.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

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.

Resources

ESlint

TypeScript ESlint

0.1.0

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago