Home > harper.js > Linter > ignoreLintHash

Linter.ignoreLintHash() method

Ignore future instances of a lint from a previous linting run in future invocations using its hash.

Signature:

ignoreLintHash(hash: bigint): Promise<void>;

Parameters

Parameter

Type

Description

hash

bigint

Returns:

Promise<void>