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