forked from wangziqi/gongxue-base
chore: mark Task 3 complete (c098ee2)
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
|
||||
## 3. 工具链迁移(oxlint + oxfmt)
|
||||
|
||||
- [ ] 3.1 安装 oxfmt,创建根目录 `.oxfmtrc.json`(映射现有 `.prettierrc` 配置:`singleQuote`、`trailingComma`)
|
||||
- [ ] 3.2 安装 oxlint,创建根目录 `oxlint.config.ts`,配置 TypeScript + React 规则覆盖
|
||||
- [ ] 3.3 移除 `apps/admin/` 中 ESLint 依赖和配置文件,将 lint 脚本改为 oxlint
|
||||
- [ ] 3.4 移除 `apps/server/` 中 Prettier 相关依赖(`eslint-plugin-prettier`、`eslint-config-prettier`),更新 ESLint 配置
|
||||
- [ ] 3.5 删除 `apps/server/.prettierrc`,前端 ESLint 配置由根 oxlint 统一管理
|
||||
- [x] 3.1 安装 oxfmt,创建根目录 `.oxfmtrc.json`(映射现有 `.prettierrc` 配置:`singleQuote`、`trailingComma`)
|
||||
- [x] 3.2 安装 oxlint,创建根目录 `oxlint.config.ts`,配置 TypeScript + React 规则覆盖
|
||||
- [x] 3.3 移除 `apps/admin/` 中 ESLint 依赖和配置文件,将 lint 脚本改为 oxlint
|
||||
- [x] 3.4 移除 `apps/server/` 中 Prettier 相关依赖(`eslint-plugin-prettier`、`eslint-config-prettier`),更新 ESLint 配置
|
||||
- [x] 3.5 删除 `apps/server/.prettierrc`,前端 ESLint 配置由根 oxlint 统一管理
|
||||
|
||||
## 4. TypeScript 配置更新
|
||||
|
||||
|
||||
Reference in New Issue
Block a user