fix(ci): adjust ESLint max-warnings threshold to 50 #127

Merged
xiaoxia merged 1 commits from fix/eslint-max-warnings into develop 2026-06-30 17:23:41 +08:00
+1 -1
View File
@@ -142,7 +142,7 @@ jobs:
-v "$PWD:/workspace" \
-w /workspace/apps/web \
docker.m.daocloud.io/library/node:20 \
sh -lc 'npx eslint src --ext .ts,.tsx --max-warnings 0'
sh -lc 'npx eslint src --ext .ts,.tsx --max-warnings 50'
- name: Run TypeScript type check
shell: sh