mobileclient/.hintrc

21 lines
297 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"axe/forms": [
"default",
{
"label": "off"
}
],
"axe/text-alternatives": [
"default",
{
"image-alt": "off"
}
],
"no-inline-styles": "off",
"compat-api/css": "off"
}
}