@eap/eslint-config-eap

1.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @eap/eslint-config-eap

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

3.01 kB

Total Files

4

Last publish

Collaborators

  • eap