ESLint Config Epiphany
Epiphany's custom ESLint configs.
Installation
- Install the package using
yarnornpm.
Yarn
$ yarn add -D eslint-config-epiphany
NPM
$ npm install --save-dev eslint-config-epiphany
- Add
eslint-config-epiphanyto the extends array of your.eslintrc.*file.
{
"extends": {
"epiphany"
}
}