22 lines
306 B
Plaintext
22 lines
306 B
Plaintext
|
{
|
||
|
"extends": [
|
||
|
"development"
|
||
|
],
|
||
|
"hints": {
|
||
|
"compat-api/css": [
|
||
|
"default",
|
||
|
{
|
||
|
"ignore": [
|
||
|
"user-select"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"meta-viewport": "off",
|
||
|
"axe/text-alternatives": [
|
||
|
"default",
|
||
|
{
|
||
|
"document-title": "off"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|