Upgrade ESLint to v10.4.0 with flat config

This commit is contained in:
zinduolis
2026-05-19 19:43:57 +10:00
parent c4743fcdc8
commit c4d9211aae
6 changed files with 468 additions and 819 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
run: |
echo "Running ESLint on entire codebase"
echo "This is a report-only job and will not block the PR."
npx eslint "**/*.js" || true
npx eslint . || true
- name: Summary
if: always()