remove automatically eslint fix

This commit is contained in:
Simone Taeggi 2023-02-21 15:10:32 +01:00
parent bf3981d5ed
commit dba158774e

View File

@ -5,4 +5,4 @@ export const SeverityKind: Record<string, ErrorDiagnosticSeverity> = {
ERROR: 'error',
SILLY: 'silly',
} as const;
export type Severity = typeof SeverityKind[keyof typeof SeverityKind];
export type Severity = (typeof SeverityKind)[keyof typeof SeverityKind];