0.2.0 • Published 5 years ago

eslint-config-epiphany v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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