Home > harper.js > Linter > getLintDescriptionsHTML
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>>