Home > harper.js > Linter > getLintDescriptions
Get the linting rule descriptions as an object, formatted in Markdown.
Signature:
getLintDescriptions(): Promise<Record<string, string>>;
Returns:
Promise<Record<string, string>>