mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-13 18:36:57 +00:00
6b9eeb34d8
Via stylelint --fix Change-Id: I5a9835a0faf610d8401b4bb80bae08999d7b9a0e
8 lines
162 B
JSON
8 lines
162 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia/support-modern",
|
|
"rules": {
|
|
"no-descending-specificity": null,
|
|
"plugin/no-unsupported-browser-features": null
|
|
}
|
|
}
|