mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-15 03:43:55 +00:00
400a3ad210
Fixed the following rules: color-hex-case declaration-colon-space-after indentation Change-Id: I417137916607a25bab6a3c85a95b4c489fb8a8a5
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
{
|
|
"extends": "stylelint-config-wikimedia",
|
|
"rules": {
|
|
"selector-no-id": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|