mobileclient/.hintrc

23 lines
352 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"
}
],
2022-09-23 10:17:21 +08:00
"no-inline-styles": "off",
2022-10-17 14:14:32 +08:00
"compat-api/css": "off",
"meta-viewport": "off",
"axe/language": "off"
2022-09-21 17:30:39 +08:00
}
}