Home > harper.js > Linter > getLintDescriptionsHTML

Linter.getLintDescriptionsHTML() method

Get the linting rule descriptions as an object, formatted in HTML. Wraps the function on the BinaryModule by the same name.

Signature:

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

Returns:

Promise<Record<string, string>>