From 6f6d27d7ea81ee1daba5473a1ef04ed40301261a Mon Sep 17 00:00:00 2001 From: wangziqi Date: Thu, 2 Jul 2026 15:26:18 +0800 Subject: [PATCH] chore: mark Task 3 complete (c098ee2) --- openspec/changes/migrate-to-turborepo/tasks.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openspec/changes/migrate-to-turborepo/tasks.md b/openspec/changes/migrate-to-turborepo/tasks.md index 439c005..21fc004 100644 --- a/openspec/changes/migrate-to-turborepo/tasks.md +++ b/openspec/changes/migrate-to-turborepo/tasks.md @@ -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 配置更新