Shareable eslint config for convenience.
npm install @eap/eslint-config-eap
$ npm i -D @eap/eslint-config-eap
`Usage
Add the configuration to your package.json:_For plain js modules:_
` json
{
"eslintConfig": {
"extends": "@eap"
}
}
`_For React modules:_
` json
{
"eslintConfig": {
"extends": "@eap/react"
}
}
`…or, if you’re that sort of person, add the corresponding configuration extension to your
.eslintrc`.