ISuppressionRule<T extends AnyECType, U> Type

ISuppressionRule = (diagnostic: AnyDiagnostic, ecDefinition: T, ...args: U[]) => Promise<boolean>

Interface used for all rule suppressions used during schema validation. Just telling us whether a rule is suppressed or not.

Defined in

Last Updated: 21 November, 2024