Skip to content

epavletic/eslint-config-eap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🛠 Portable ESLint configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published