Skip to content

overwolf/eslint-config-overwolf-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Overwolf's ESlint shareable config for TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published