We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e41248 commit 4bec929Copy full SHA for 4bec929
accessibility/plugin/index.js
@@ -51,6 +51,8 @@ const Accessibility = (on, config) => {
51
console.log(`parameter for accessibility report WCAG_CRITERIA - ` + config.env.WCAG_CRITERIA)
52
console.log(`parameter for accessibility report BEST_PRACTICE -` + config.env.BEST_PRACTICE)
53
console.log(`parameter for accessibility report NEEDS_REVIEW -` + config.env.NEEDS_REVIEW)
54
+ console.log(`parameter for accessibility report ACCESSIBILITY_REPORT_PATH -` + config.env.ACCESSIBILITY_REPORT_PATH)
55
+
56
57
return config;
58
}
0 commit comments