web-view-antd/.hintrc
zzs 4d72d46d43 🎉
2024-11-11 10:34:49 +08:00

16 lines
221 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"-webkit-tap-highlight-color",
"text-size-adjust"
]
}
]
}
}