mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-16 12:45:28 +01:00
wip
This commit is contained in:
parent
f38368f6cb
commit
697b04834f
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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1496,7 +1496,6 @@ export function getVersion() {
|
|||
* Function to pretty-print lint results.
|
||||
*
|
||||
* @callback ToStringCallback
|
||||
* @param {boolean} [ruleAliases] True to use rule aliases.
|
||||
* @returns {string} Pretty-printed results.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue