chore(config): update ESLint config and dependencies

- Update eslint.config.mjs rules

- Update package.json and package-lock.json dependencies
This commit is contained in:
SpecialX
2026-06-24 12:01:09 +08:00
parent 7e320d78c1
commit eb28a523cb
3 changed files with 571 additions and 643 deletions

View File

@@ -46,6 +46,8 @@ const eslintConfig = defineConfig([
"test-results/**",
// Debug scripts using CommonJS
"tests/webapp/debug_drizzle.js",
// Migration/maintenance scripts using CommonJS require()
"scripts/**/*.js",
]),
]);