31 lines
518 B
Plaintext
31 lines
518 B
Plaintext
{
|
|
"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"
|
|
}
|
|
} |