/eslint-config-overwolf

Overwolf's ESlint shareable config

Primary LanguageJavaScript

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