mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-19 15:30:13 +01:00
wip
This commit is contained in:
parent
5db10cc29f
commit
5d61d39d55
6 changed files with 112 additions and 3 deletions
|
|
@ -445,7 +445,7 @@ export type Plugin = any[];
|
|||
/**
|
||||
* Function to pretty-print lint results.
|
||||
*/
|
||||
export type ToStringCallback = (ruleAliases?: boolean) => string;
|
||||
export type ToStringCallback = () => string;
|
||||
/**
|
||||
* Lint results.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue