ci: add ESLint lint workflow with per-directory configs
Lint / JS (eslint) (push) Failing after 8s

Node.js env for server.js/worker/, browser env for public/.
All errors downgraded to warnings (empty blocks, inner declarations,
loose equality, useless escape, constant condition) for practical CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-13 23:46:46 -04:00
parent 0990e5b807
commit d523b6d02a
5 changed files with 1134 additions and 0 deletions
+3
View File
@@ -16,5 +16,8 @@
"express-rate-limit": "^8.3.1",
"mysql2": "^3.15.3",
"ws": "^8.18.3"
},
"devDependencies": {
"eslint": "^8.57.1"
}
}