Represents the summary of linting results.
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. |