mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-11 16:48:54 +00:00
f9aacf7ebe
Check commit and GitHub actions for more details
15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-idiomatic-order",
|
|
"stylelint-config-wikimedia"
|
|
],
|
|
"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
|
|
}
|
|
}
|