Skip to content

Latest commit

 

History

History
 
 

eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Eslint React

Install

  • pnpm add @efox/eslint-config-react --dev

Config

  • .eslintrc.js
module.exports = {
  "extends": ["@efox/eslint-config-react"]
}