Profile-Page/.hintrc
2024-06-12 01:29:30 -05:00

17 lines
No EOL
240 B
Text

{
"extends": [
"development"
],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"scrollbar-width",
"scrollbar-color",
"content-visibility"
]
}
]
}
}