Files
4.0/.hintrc

22 lines
306 B
Plaintext
Raw Normal View History

2025-07-03 17:39:09 +08:00
{
"extends": [
"development"
],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"user-select"
]
}
],
"meta-viewport": "off",
"axe/text-alternatives": [
"default",
{
"document-title": "off"
}
]
}
}