fix: add vitest.config.ts to eslint allowDefaultProject (#440 build fix) #441
Reference in New Issue
Block a user
Delete Branch "fix/build-vitest-allowdefault"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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