revert: #15#16
Conversation
Walkthrough此次变更主要涵盖了配置文件、构建脚本及 ESLint 集成的调整。 Changes
Sequence Diagram(s)sequenceDiagram
participant B as 构建流程
participant I as ESLint 集成 (src/index.ts)
participant S as Shell/execSync
B->>I: 开始 ESLint 检查
I->>I: 检查是否安装 ESLint (checkNpmPackageDependency)
alt ESLint 已安装
I->>S: 执行 ESLint 命令
S-->>I: 返回命令结果
else ESLint 未安装
I-->>B: 打印跳过提示
end
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
WARN GET http://10.0.0.28:4873/@types%2Feslint error (503). Will retry in 10 seconds. 2 retries left. This error happened while installing a direct dependency of /tmp/eslint 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
🔇 Additional comments (5)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/@typescript-eslint/eslint-plugin@8.29.0, npm/@typescript-eslint/parser@8.29.0 |
antd 继续使用 antd-tools,这里的内置 eslint 不再需要。同时回滚也解决其他 rc 组件库 eslint 依赖冲突的问题。
Summary by CodeRabbit