1.1.0 • Published 4 years ago

@eap/eslint-config-eap v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

eslint-config-eap

Because ESLint configs are nicer when they’re shareable.

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.