web-view-antd/.hintrc

16 lines
221 B
Plaintext
Raw Normal View History

2024-11-11 10:34:49 +08:00
{
"extends": [
"development"
],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"-webkit-tap-highlight-color",
"text-size-adjust"
]
}
]
}
}