Home > harper.js > Linter > getLintDescriptionsHTML

Linter.getLintDescriptionsHTML() method

Get the linting rule descriptions as an object, formatted in HTML

Signature:

getLintDescriptionsHTML(): Promise<Record<string, string>>;

Returns:

Promise<Record<string, string>>