Skip to content

Latest commit

 

History

History

eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@mikey-pro/eslint-config-react

A preset ESLint React configuration

Usage

Install

npm i -D mikey-pro @mikey-pro/eslint-config-react

Configure

Extend to ESLint in package.json:

{
  "eslintConfig": {
    "extends": ["@mikey-pro/eslint-config-react"]
  }
}