mediawiki-skins-Gongbi/.hintrc

19 行
311 B
Plaintext

{
"extends": ["development"],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"scrollbar-color",
"scrollbar-width",
"white-space: break-spaces",
"orphans",
"widows",
"text-size-adjust"
]
}
]
}
}