X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=d6709386bfee2c20231e6bb543fc46659aed54b1;hp=63251825f926b7dc7f62a882bb2d29acd6af3777;hpb=0ab1808578a42cb7d26cf0350a12443663fa6fc4;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index 63251825f9..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,16 +1,8 @@ { "extends": "stylelint-config-wikimedia", "rules": { - "declaration-no-important": null, - "no-descending-specificity": null, - "selector-list-comma-newline-after": null, - "selector-no-id": null, - "selector-pseudo-element-colon-notation": null, - - "string-quotes": null, - - "value-keyword-case": null + "selector-no-id": null } }