Home > harper.js > Linter > getLintDescriptions

Linter.getLintDescriptions() method

Get the linting rule descriptions as an object, formatted in Markdown.

Signature:

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

Returns:

Promise<Record<string, string>>