From 75b103003cdd1dc5f32dee436a2064a496e70828 Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Wed, 16 Nov 2022 22:52:15 +0500 Subject: [PATCH] chore: quick fix --- src/rules/line/noTabIndentation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/line/noTabIndentation.ts b/src/rules/line/noTabIndentation.ts index 578b074..cff6515 100644 --- a/src/rules/line/noTabIndentation.ts +++ b/src/rules/line/noTabIndentation.ts @@ -16,7 +16,7 @@ const test = (value: string, lineNumber: number, config?: LintConfig) => { lineNumber, startColumnNumber: 1, endColumnNumber: 1, - severity: Severity.Warning + severity } ] }