eslint-config-epiphany

Epiphany's custom ESLint configs


Keywords
eslint, eslintconfig, style guide, lint
License
MIT
Install
npm install eslint-config-epiphany@0.2.0

Documentation

ESLint Config Epiphany

Twitch Status

Epiphany's custom ESLint configs.

Installation

  1. Install the package using yarn or npm.

Yarn

$ yarn add -D eslint-config-epiphany

NPM

$ npm install --save-dev eslint-config-epiphany
  1. Add eslint-config-epiphany to the extends array of your .eslintrc.* file.
{
    "extends": {
        "epiphany"
    }
}

License

MIT