Add ignore rule for pa11y

This commit is contained in:
Rebecca Hsieh 2024-05-30 08:49:48 -07:00
parent a34f55d44f
commit 061920f538
No known key found for this signature in database

View file

@ -21,5 +21,8 @@
"http://localhost:8080/request/requirements/",
"http://localhost:8080/request/finished/",
"http://localhost:8080/user-profile/"
]
}
],
"ignore": [
"WCAG2AA.Principle2.Guideline2_2.2_2_1.H91"
],
}