Added ESLint
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
import { appLogger } from '../logger'
|
||||
import { Database } from '../database'
|
||||
import { EntityManager, MikroORM } from '@mikro-orm/core'
|
||||
|
||||
import { Database } from '../database'
|
||||
import { appLogger } from '../logger'
|
||||
|
||||
export abstract class BaseRepository {
|
||||
protected orm!: MikroORM
|
||||
protected em!: EntityManager
|
||||
|
Reference in New Issue
Block a user