2022-09-30 02:33:57 +00:00
|
|
|
{
|
2023-07-28 01:18:13 +00:00
|
|
|
"plugins": [
|
|
|
|
"stylelint-order"
|
|
|
|
],
|
2022-09-30 02:33:57 +00:00
|
|
|
"extends": [
|
2024-02-06 02:09:05 +00:00
|
|
|
"stylelint-config-wikimedia/support-modern",
|
|
|
|
"stylelint-config-wikimedia/mediawiki",
|
2023-07-28 01:18:13 +00:00
|
|
|
"stylelint-config-recess-order"
|
2022-09-30 02:33:57 +00:00
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"font-weight-notation": null,
|
2024-04-16 05:23:19 +00:00
|
|
|
"selector-class-pattern": null,
|
2022-09-30 02:33:57 +00:00
|
|
|
"selector-max-id": null,
|
|
|
|
"no-descending-specificity": null,
|
|
|
|
"declaration-no-important": null,
|
|
|
|
"unit-disallowed-list": null,
|
|
|
|
"declaration-property-unit-disallowed-list": null
|
|
|
|
}
|
|
|
|
}
|