mirror of
https://github.com/sasjs/lint.git
synced 2026-01-09 13:30:05 +00:00
feat: add new property severityLevel
This commit is contained in:
@@ -36,5 +36,5 @@ export interface FileLintRule extends LintRule {
|
||||
*/
|
||||
export interface PathLintRule extends LintRule {
|
||||
type: LintRuleType.Path
|
||||
test: (value: string) => Diagnostic[]
|
||||
test: (value: string, config?: LintConfig) => Diagnostic[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user