mobileclient/.hintrc

13 lines
139 B
Plaintext
Raw Normal View History

2022-09-21 17:30:39 +08:00
{
"extends": [
"development"
],
"hints": {
"axe/forms": [
"default",
{
"label": "off"
}
]
}
}