Home > harper.js > Linter > ignoreLints
Ignore future instances of lints from a previous linting run in future invocations.
Signature:
ignoreLints(source: string, lints: Lint[]): Promise<void>;
|
Parameter |
Type |
Description |
|---|---|---|
|
source |
string | |
|
lints |
Lint[] |
Returns:
Promise<void>