mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
9 lines
199 B
JSON
9 lines
199 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-max-id": null,
|
|
"no-descending-specificity": null,
|
|
"declaration-no-important": null,
|
|
"unit-disallowed-list": null
|
|
}
|
|
} |