ISuppressionRule<T extends AnyECType, U> Type Alias

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: 29 April, 2025