diff --git a/packages/browser-lib/src/index.ts b/packages/browser-lib/src/index.ts index bb20e8c5..70add7f8 100644 --- a/packages/browser-lib/src/index.ts +++ b/packages/browser-lib/src/index.ts @@ -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