This commit is contained in:
David Anson 2025-08-26 00:11:40 -07:00
parent b25be4bf1b
commit a56441003e
6 changed files with 84 additions and 58 deletions

View file

@ -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[];