Homepage-imsyy/.hintrc

17 lines
249 B
Plaintext
Raw Permalink Normal View History

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