mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-11 16:48:54 +00:00
931e94da43
It is very conservative and it is negatively affecting the performance of Stylelint. Disabling it for now.
21 lines
498 B
JSON
21 lines
498 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,
|
|
"plugin/no-unsupported-browser-features": null
|
|
}
|
|
}
|