mirror of
https://github.com/strapi/strapi.git
synced 2025-09-21 14:31:16 +00:00
remove automatically eslint fix
This commit is contained in:
parent
bf3981d5ed
commit
dba158774e
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user