diff options
author | Ammarpad <ammarpad@yahoo.com> | 2020-12-29 14:12:23 +0100 |
---|---|---|
committer | Ammarpad <ammarpad@yahoo.com> | 2020-12-29 14:19:43 +0100 |
commit | 742c6cc124d409d6ca711c4f16880b7cad524f66 (patch) | |
tree | 1869e5e0339f3222c4485bb9b9a6495f52951126 /.stylelintrc.json | |
parent | a18815b37203f3841aa0e1d062c5ff8163d38f40 (diff) | |
download | mediawikicore-742c6cc124d409d6ca711c4f16880b7cad524f66.tar.gz mediawikicore-742c6cc124d409d6ca711c4f16880b7cad524f66.zip |
stylelintrc.json: Remove unused pattern
This was recently added in I276325d to allow utilizing the
exception in CSS file but subsequent iterations of the patch
voided the need for this exception, but this file was not updated.
Change-Id: I67cbebe6ba541ca0a3b1ff4a731d949a1d88c994
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 09a4c27678ee..43f499b5a63b 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,7 +1,7 @@ { "extends": "stylelint-config-wikimedia", "rules": { - "selector-class-pattern": "^((mw|oo-ui)-|(wikitable|(toc(|toggle|hidden))|client-(no)?js)|sitedir-(ltr|rtl)$)", + "selector-class-pattern": "^((mw|oo-ui)-|(wikitable|(toc(|toggle|hidden))|client-(no)?js)$)", "no-descending-specificity": null, "selector-max-id": null } |