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