0.1.0 • Published 4 years ago

eslint-config-overwolf-ts v0.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago