mediawiki-extensions-Discus.../.stylelintrc.json
Ed Sanders ece8ff69ff Change dt- class prefix to ext-discussiontools-
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
2021-03-13 14:42:39 +00:00

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