home/.hintrc

17 lines
249 B
Plaintext
Raw Permalink Normal View History

2023-01-30 11:41:27 +08:00
{
"extends": [
"development"
],
"hints": {
"compat-api/html": "off",
2023-04-03 09:42:07 +08:00
"no-protocol-relative-urls": "off",
"compat-api/css": [
"default",
{
"ignore": [
"backdrop-filter"
]
}
]
2023-01-30 11:41:27 +08:00
}
}