mediawiki-skins-Citizen/.stylelintrc.json
github-actions f9aacf7ebe ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
2022-09-30 02:33:57 +00:00

15 行
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
}
}