Skip to content

fix(eslint): ignore src/metadata.ts#1

Open
jtomaszewski wants to merge 1 commit intomainfrom
fix/eslint-ignore-metadata-ts
Open

fix(eslint): ignore src/metadata.ts#1
jtomaszewski wants to merge 1 commit intomainfrom
fix/eslint-ignore-metadata-ts

Conversation

@jtomaszewski
Copy link
Copy Markdown
Contributor

Summary

  • Change ESLint ignore from src/metadata.d.ts to src/metadata.ts
  • The NestJS swagger plugin generates src/metadata.ts (not .d.ts) during build
  • This was causing pre-commit lint failures when the generated file existed

Test plan

  • Linked to covo-backend and ran pnpm verify — lint now passes even with metadata.ts present

🤖 Generated with Claude Code

The NestJS swagger plugin generates src/metadata.ts (not .d.ts) during
build. This file was causing pre-commit lint failures.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant