Skip to content

Commit

Permalink
fix: changed default parameter for getting wcag info (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-varshney authored Sep 13, 2024
1 parent 16813d4 commit b4c71b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser-lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function checkAccessibility(
scope = document,
rules = defaultRuleset,
exceptionList = {},
addWcagInfo = false
addWcagInfo = true
) {
// TODO (debug): adding type annotations to args, return type results in error:
// "[!] Error: Unexpected token" in both rollup-plugin-typescript2 and @rollup/plugin-typescript
Expand Down

0 comments on commit b4c71b0

Please sign in to comment.