@eap/eslint-config-eap
v1.1.0
Published
Shareable eslint config for convenience.
Readme
eslint-config-eap
Installation
$ npm i -D @eap/eslint-config-eapUsage
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.
