mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 18:40:05 +00:00
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"plugins": [
|
|
"stylelint-order"
|
|
],
|
|
"extends": [
|
|
"stylelint-config-wikimedia",
|
|
"stylelint-config-recess-order"
|
|
],
|
|
"rules": {
|
|
"font-weight-notation": null,
|
|
"selector-max-id": null,
|
|
"no-descending-specificity": null,
|
|
"declaration-no-important": null,
|
|
"unit-disallowed-list": null,
|
|
"declaration-property-unit-disallowed-list": null
|
|
}
|
|
}
|