mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-12 09:58:17 +00:00
ece8ff69ff
Longer, but follows the style guide and less likely to conflict. We need to account for init classes in the cache being around for a while. Change-Id: I738bc93393850db320fdbda2b003ca8ac40556da
8 lines
158 B
JSON
8 lines
158 B
JSON
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-class-pattern": "^(ext|dt|ve|mw|oo-ui|client|skin)-",
|
|
"unit-disallowed-list": null
|
|
}
|
|
}
|