mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 06:50:51 +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',
|
ERROR: 'error',
|
||||||
SILLY: 'silly',
|
SILLY: 'silly',
|
||||||
} as const;
|
} 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