Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eslint): resolve a conflict between ESLint and Mikro ORM
When using reflect-metadata Mikro ORM needs property types to be defined, even if the compiler can infer them. This conflicts with an ESLint rule, so this change disables the rule for the ORM entities' directory. Refs #422, ba132cc
- Loading branch information