mobileclient/.hintrc

20 lines
268 B
Plaintext
Raw Normal View History

2022-09-21 17:30:39 +08:00
{
"extends": [
"development"
],
"hints": {
"axe/forms": [
"default",
{
"label": "off"
}
2022-09-21 18:35:54 +08:00
],
"axe/text-alternatives": [
"default",
{
"image-alt": "off"
}
],
"no-inline-styles": "off"
2022-09-21 17:30:39 +08:00
}
}