Skip to content

Commit

Permalink
fix(types): Add missing properties to Spec (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmathieson authored Jun 4, 2020
1 parent 23674d4 commit c39ba9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions axe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c39ba9f

Please sign in to comment.