1.0.1 • Published 10 months ago

@aurorafe/eslint-config-react v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@aurorafe/eslint-config-react

react的eslint配置

使用

安装

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

配置 eslint (.eslintrc | .eslintrc.js | .eslintrc.json)

{
  "extends": "@aurorafe/eslint-config-react"
}