fix(backend): resolve ESLint errors for Jest config and test setup files

- Add allowDefaultProject for JS config files in eslint.config.mjs

- Add no-console: off for test setup files

- Fix async arrow function without await in jest-e2e.setup.ts

- Remove unused eslint-disable directives
This commit is contained in:
2026-03-28 12:56:04 +07:00
parent a2720e9dc9
commit e1773481e2
8 changed files with 219 additions and 28 deletions