1.0.2 • Published 9 months ago

@jsxiaosi/eslint-config-react v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

@jsxiaosi/eslint-config-react(弃用)

!CAUTION @jsxiaosi/eslint-config-react 已经被弃用,请使用@jsxiaosi/eslint-config

  • 合理的默认配置
  • 无需配合Prettier也能自动修复格式化
  • 使用简单无需繁琐的添加配置

安装

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

配置eslint.config

import jsxiaosiConfig from "@jsxiaosi/eslint-config-react"

export default [
  ...jsxiaosiConfig,

  // {...}  you config
]

添加命令

{
  "lint:fix": "eslint . --fix",
  "tsc": "tsc --noEmit --skipLibCheck",
}

VS Code 自动修复

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}
1.0.2

9 months ago

0.1.0

11 months ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago