- 现在 @antfu/eslint-config 已经支持了react, 在此的基础上增加了 react 的一些配置和一些自己的配置
pnpm add -D @dxhuii/eslint-config @antfu/eslint-config
// eslint.config.js
// 增加了 react 支持
import dxhuii from '@dxhuii/eslint-config'
// 默认不支持 react, 开启需要传入 react: true
import antfu from '@antfu/eslint-config'
export default antfu({}, dxhuii())
- 其他使用方法和 @antfu/eslint-config 一样
- 开启支持react方法 #react