Skip to content

overwolf/eslint-config-overwolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-overwolf

Usage

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.

Resources

ESlint

Configs

About

Overwolf's ESlint shareable config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published