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