Home > harper.js > Summary > lint_counts
An object mapping each lint type to its count. Example: { "Spelling": 4, "Capitalization": 1 }
{ "Spelling": 4, "Capitalization": 1 }
Signature:
lint_counts: Record<string, number>;