22 lines
316 B
Plaintext
Raw Permalink Normal View History

2022-10-12 15:39:37 +08:00
{
"extends": [
"development"
],
"hints": {
"axe/forms": [
"default",
{
"label": "off"
}
2022-10-20 18:04:19 +08:00
],
"compat-api/css": [
"default",
{
"ignore": [
"-webkit-text-size-adjust"
]
}
],
"highest-available-document-mode": "off"
2022-10-12 15:39:37 +08:00
}
}