Home > harper.js > Linter > organizedLints
Lint the provided text, maintaining the relationship with the source rule.
Signature:
organizedLints(text: string, options?: LintOptions): Promise<Record<string, Lint[]>>;|
Parameter |
Type |
Description |
|---|---|---|
|
text |
string |
|
|
options |
(Optional) |
Returns:
Promise<Record<string, Lint[]>>