From c39ba9ffbd3a9777660da1d7e27d2471fc4158cd Mon Sep 17 00:00:00 2001 From: Stephen Mathieson Date: Thu, 4 Jun 2020 15:33:15 -0400 Subject: [PATCH] fix(types): Add missing properties to `Spec` (#2273) --- axe.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/axe.d.ts b/axe.d.ts index 17bc142967..88bc95a725 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -125,7 +125,10 @@ declare namespace axe { checks?: Check[]; rules?: Rule[]; locale?: Locale; + disableOtherRules?: boolean; axeVersion?: string; + // Deprecated - do not use. + ver?: string; } interface Check { id: string;