Profile-Page/.hintrc

16 lines
No EOL
208 B
Text

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