Skip to content

Commit 46530fa

Browse files
committed
fix: add more pages to WCAG linter, make more strict
1 parent f58b810 commit 46530fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"write-translations": "docusaurus write-translations",
1616
"write-heading-ids": "docusaurus write-heading-ids",
1717
"lint:typecheck": "tsc --noEmit",
18-
"lint:wcag": "axe http://localhost:3000/index.html --exit --tags wcag2aa",
18+
"lint:wcag": "axe http://localhost:3000/index.html, http://localhost:3000/blog, http://localhost:3000/bijdragen, http://localhost:3000/communities, http://localhost:3000/kennisbank, http://localhost:3000/kennisbank/apis, http://localhost:3000/kennisbank/front-end, http://localhost:3000/kennisbank/data, http://localhost:3000/kennisbank/open-source, http://localhost:3000/kennisbank/infra, http://localhost:3000/kennisbank/security --exit --tags wcag2a",
1919
"lint": "npm-run-all lint:*"
2020
},
2121
"dependencies": {

0 commit comments

Comments
 (0)