mirror of
https://github.com/caojiezi2003/Snavigation.git
synced 2024-11-10 06:39:45 +00:00
17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
|
{
|
||
|
"extends": [
|
||
|
"development"
|
||
|
],
|
||
|
"hints": {
|
||
|
"compat-api/html": "off",
|
||
|
"no-protocol-relative-urls": "off",
|
||
|
"compat-api/css": [
|
||
|
"default",
|
||
|
{
|
||
|
"ignore": [
|
||
|
"backdrop-filter"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|