mediawiki-skins-Write/.hintrc

15 行
189 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"compat-api/css": [
"default",
{
"ignore": [
"white-space: break-spaces"
]
}
]
}
}