Homepage-imsyy/.hintrc

31 lines
518 B
Plaintext
Raw Permalink Normal View History

{
"extends": [
"development"
],
"hints": {
"compat-api/html": [
"default",
{
"ignore": [
"meta[name=theme-color]"
]
}
],
"highest-available-document-mode": "off",
"axe/text-alternatives": [
"default",
{
"image-alt": "off"
}
],
"apple-touch-icons": "off",
"axe/name-role-value": [
"default",
{
"link-name": "off"
}
],
"no-inline-styles": "off",
"disown-opener": "off"
}
}