Represents the summary of linting results and history. Useful to show linting statistics or insights to the user.
Signature:
export declare interface Summary
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Record<string, number> |
An object mapping each lint type to its count. Example: | ||
|
Record<string, number> |
An object mapping misspelled words to their occurrence counts. Example: | ||
|
number |
The total number of fixes applied. |