Created
October 20, 2022 00:43
-
-
Save woylie/2247ff0d722788b0c6edb440407ffbf6 to your computer and use it in GitHub Desktop.
Basic pa11y-ci config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "defaults": { | |
| "reporters": [ | |
| "pa11y-ci-reporter-html" | |
| ], | |
| "runners": ["axe", "htmlcs"], | |
| "includeNotices": false, | |
| "includeWarnings": true, | |
| "standard": "WCAG2AAA" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment