1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

chore: quick fix

This commit is contained in:
2022-11-16 22:52:15 +05:00
parent 0cff87fe12
commit 75b103003c

View File

@@ -16,7 +16,7 @@ const test = (value: string, lineNumber: number, config?: LintConfig) => {
lineNumber,
startColumnNumber: 1,
endColumnNumber: 1,
severity: Severity.Warning
severity
}
]
}