mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
03d44330a6
Via stylelint --fix Change-Id: I14b992b0313f093325c9c6f5109bae9ce26ebc2c
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-wikimedia/support-modern",
|
|
"stylelint-config-wikimedia/mediawiki"
|
|
],
|
|
"rules": {
|
|
"declaration-no-important": null,
|
|
"selector-max-id": null,
|
|
"declaration-property-unit-disallowed-list": null
|
|
}
|
|
}
|