Follow-up to #440. The initial hotfix commit added unplugin-swc to vitest.config.ts for decorator metadata support, then temporarily included vitest.config.ts in tsconfig.json to fix ESLint linting. That inclusion broke the build because vitest.config.ts is outside rootDir: src. This commit:\n\n- Reverts the tsconfig.json include change\n- Adds apps/gateway/vitest.config.ts to ESLint allowDefaultProject list instead\n\nAll three gates (typecheck, lint, format:check) and the full test suite pass.\n\n🤖 Generated with Claude Code
Follow-up to #440. The initial hotfix commit added `unplugin-swc` to `vitest.config.ts` for decorator metadata support, then temporarily included `vitest.config.ts` in `tsconfig.json` to fix ESLint linting. That inclusion broke the build because `vitest.config.ts` is outside `rootDir: src`. This commit:\n\n- Reverts the `tsconfig.json` include change\n- Adds `apps/gateway/vitest.config.ts` to ESLint `allowDefaultProject` list instead\n\nAll three gates (typecheck, lint, format:check) and the full test suite pass.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)
vitest.config.ts is not under apps/gateway/src (rootDir), so including
it in tsconfig.json broke the build. Instead, add it to the
eslint allowDefaultProject list so the typescript-eslint parser can
lint it without being covered by the project tsconfig.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Follow-up to #440. The initial hotfix commit added
unplugin-swctovitest.config.tsfor decorator metadata support, then temporarily includedvitest.config.tsintsconfig.jsonto fix ESLint linting. That inclusion broke the build becausevitest.config.tsis outsiderootDir: src. This commit:\n\n- Reverts thetsconfig.jsoninclude change\n- Addsapps/gateway/vitest.config.tsto ESLintallowDefaultProjectlist instead\n\nAll three gates (typecheck, lint, format:check) and the full test suite pass.\n\n🤖 Generated with Claude Code