0.1.0 • Published 3 years ago

eslint-config-overwolf v0.1.0

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

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