@dry-lint/typeorm
v3.0.0
Published
Detect duplicate or near-duplicate definitions in TypeORM entity files.
Maintainers
Readme
@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.
Install
bun add -D @dry-lint/typeormConfigure
Add it to your .drylintrc.json:
{
"plugins": ["@dry-lint/typeorm"]
}Run detection with the CLI. This plugin auto-registers itself.
More
License
MIT — see LICENSE.
