refactor: Remove unused lint directives (no-changelog) (#9842)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
import { AuthIdentity } from './AuthIdentity';
|
||||
import { AuthProviderSyncHistory } from './AuthProviderSyncHistory';
|
||||
import { AuthUser } from './AuthUser';
|
||||
|
||||
@@ -11,7 +11,7 @@ export class MigrateIntegerKeysToString1690000000001 implements IrreversibleMigr
|
||||
if (databaseType === 'mariadb') {
|
||||
collation = COLLATION_57;
|
||||
} else {
|
||||
const dbVersionQuery = (await queryRunner.query('SELECT @@version')) as // eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
const dbVersionQuery = (await queryRunner.query('SELECT @@version')) as
|
||||
| Array<{ '@@version': string }>
|
||||
| undefined;
|
||||
collation = COLLATION_80;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable @typescript-eslint/naming-convention */
|
||||
import { registerDecorator } from 'class-validator';
|
||||
|
||||
export function NoXss() {
|
||||
|
||||
Reference in New Issue
Block a user