mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
wip
This commit is contained in:
parent
b25be4bf1b
commit
a56441003e
6 changed files with 84 additions and 58 deletions
|
|
@ -451,7 +451,7 @@ export type Plugin = any[];
|
|||
*/
|
||||
export type ToStringCallback = (ruleAliases?: boolean) => string;
|
||||
/**
|
||||
* Lint results (for resultVersion 3).
|
||||
* Lint results.
|
||||
*/
|
||||
export type LintResults = {
|
||||
[x: string]: LintError[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue