ChurchAngular/.hintrc
Chris Chen e5933104cc WIP
2025-11-04 18:13:43 -08:00

13 lines
155 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"axe/text-alternatives": [
"default",
{
"image-alt": "off"
}
]
}
}