mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
f650af06a2
A lot of extension skinstyles are violating that, will re-enable it later
20 lines
448 B
JSON
20 lines
448 B
JSON
{
|
|
"plugins": [
|
|
"stylelint-order"
|
|
],
|
|
"extends": [
|
|
"stylelint-config-wikimedia/support-modern",
|
|
"stylelint-config-wikimedia/mediawiki",
|
|
"stylelint-config-recess-order"
|
|
],
|
|
"rules": {
|
|
"font-weight-notation": null,
|
|
"selector-class-pattern": null,
|
|
"selector-max-id": null,
|
|
"no-descending-specificity": null,
|
|
"declaration-no-important": null,
|
|
"unit-disallowed-list": null,
|
|
"declaration-property-unit-disallowed-list": null
|
|
}
|
|
}
|