Home > harper.js > Linter > ignoreLintHash
Ignore future instances of a lint from a previous linting run in future invocations using its hash.
Signature:
ignoreLintHash(hash: bigint): Promise<void>;
Parameter |
Type |
Description |
---|---|---|
hash |
bigint |
Returns:
Promise<void>