Skip to content

Commit

Permalink
fix(axe.d.ts): updates type definition for Rule to add reviewOnFail (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Capocaccia authored and straker committed Jul 13, 2022
1 parent c31d85c commit afb2478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axe.d.ts
Expand Up @@ -233,6 +233,7 @@ declare namespace axe {
none?: string[];
tags?: string[];
matches?: string;
reviewOnFail?: boolean;
}
interface AxePlugin {
id: string;
Expand Down

0 comments on commit afb2478

Please sign in to comment.