mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-13 17:48:17 +00:00
5f5ba72b3a
composer: * php-parallel-lint/php-parallel-lint: 1.3.0 → 1.3.1 npm: * stylelint-config-wikimedia: 0.10.3 → 0.11.1 The following rules are failing and were disabled: * declaration-property-unit-disallowed-list Change-Id: Ib918897328cff66642c453d3d394a4e262ed788d
9 lines
217 B
JSON
9 lines
217 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia/grade-a",
|
|
"rules": {
|
|
"no-descending-specificity": null,
|
|
"selector-class-pattern": "^(ve|mw|oo-ui|client|skin)-",
|
|
"declaration-property-unit-disallowed-list": null
|
|
}
|
|
}
|