mediawiki-extensions-Visual.../.stylelintrc.json
libraryupgrader 5f5ba72b3a build: Updating dependencies
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
2021-09-02 03:43:02 +00:00

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