Homepage-imsyy/.hintrc
2023-04-03 09:42:07 +08:00

17 lines
249 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"compat-api/html": "off",
"no-protocol-relative-urls": "off",
"compat-api/css": [
"default",
{
"ignore": [
"backdrop-filter"
]
}
]
}
}