style: fix linting issues met ESLint
This commit is contained in:
parent
11e3dc6a3f
commit
8d4cbb5529
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ function config(testingMode: boolean = false): Options {
|
||||||
driver: SqliteDriver,
|
driver: SqliteDriver,
|
||||||
dbName: getEnvVar(EnvVars.DbName),
|
dbName: getEnvVar(EnvVars.DbName),
|
||||||
entities: entities,
|
entities: entities,
|
||||||
// entitiesTs: entitiesTs,
|
// EntitiesTs: entitiesTs,
|
||||||
|
|
||||||
// Workaround: vitest: `TypeError: Unknown file extension ".ts"` (ERR_UNKNOWN_FILE_EXTENSION)
|
// Workaround: vitest: `TypeError: Unknown file extension ".ts"` (ERR_UNKNOWN_FILE_EXTENSION)
|
||||||
// (see https://mikro-orm.io/docs/guide/project-setup#testing-the-endpoint)
|
// (see https://mikro-orm.io/docs/guide/project-setup#testing-the-endpoint)
|
||||||
|
@ -66,7 +66,7 @@ function config(testingMode: boolean = false): Options {
|
||||||
user: getEnvVar(EnvVars.DbUsername),
|
user: getEnvVar(EnvVars.DbUsername),
|
||||||
password: getEnvVar(EnvVars.DbPassword),
|
password: getEnvVar(EnvVars.DbPassword),
|
||||||
entities: entities,
|
entities: entities,
|
||||||
// entitiesTs: entitiesTs,
|
// EntitiesTs: entitiesTs,
|
||||||
|
|
||||||
// Logging
|
// Logging
|
||||||
debug: LOG_LEVEL === 'debug',
|
debug: LOG_LEVEL === 'debug',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue