fix(ci): adjust ESLint max-warnings threshold to 50 #127
Reference in New Issue
Block a user
Delete Branch "fix/eslint-max-warnings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
修复内容
ci-cd.yml中 ESLint 的--max-warnings 0调整为--max-warnings 50@typescript-eslint/no-explicit-any等 warnings,短期内不阻塞 CI背景
PR #125 已修复 2 个 ESLint error,但 41 个 warning 在
--max-warnings 0下仍会导致 CI 失败