@dry-lint/typeorm
Part of the dry-lint monorepo.
Extracts entity definitions, columns, and relations from TypeORM entity files (.ts
/ .js
) so you can detect duplicate or conflicting database models in your TypeORM-based applications.
bun add -D @dry-lint/typeorm
Add it to your .drylintrc.json
:
{
"plugins": ["@dry-lint/typeorm"]
}
Run detection with the CLI. This plugin auto-registers itself.
MIT — see LICENSE.