This commit is contained in:
David Anson 2025-09-03 23:25:56 -07:00
parent 5db10cc29f
commit 5d61d39d55
6 changed files with 112 additions and 3 deletions

View file

@ -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.
*/