This commit is contained in:
2025-10-27 11:49:26 -05:00
parent 101324ea37
commit f4f7dd7594
5 changed files with 231 additions and 0 deletions

13
.hintrc Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": [
"development"
],
"hints": {
"axe/forms": [
"default",
{
"label": "off"
}
]
}
}