Home > harper.js > Linter > lint
Lint the provided text.
Signature:
lint(text: string, options?: LintOptions): Promise<Lint[]>;
Parameter
Type
Description
text
string
options
LintOptions
(Optional)
Returns:
Promise<Lint[]>