Profile-Page/.hintrc

17 lines
240 B
Text
Raw Permalink Normal View History

{
"extends": [
"development"
],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"scrollbar-width",
2024-06-12 01:29:30 -05:00
"scrollbar-color",
"content-visibility"
]
}
]
}
}