Skip to content

Latest commit

 

History

History

eslint-config-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@empjs/eslint-config-react

安装

pnpm add @empjs/eslint-config-react -D

配置 package.json

{
    "eslintConfig": {
    "extends": [
      "@empjs/eslint-config-react"
    ]
  },
}