mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add error/warning severity property to LintError object.
This commit is contained in:
parent
c07a63117a
commit
895f377860
16 changed files with 4079 additions and 911 deletions
|
|
@ -59,7 +59,8 @@ function assertLintResults(results: LintResults) {
|
|||
"editColumn": 1,
|
||||
"deleteCount": 1,
|
||||
"insertText": "text"
|
||||
}
|
||||
},
|
||||
"severity": "error"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue