X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=d82a93c6341f96618378256ecf459e1eae6e09b5;hp=e20078633e3ed58255600e8d3ae038acf1a9d752;hpb=0d1000f7510b978a953fd3b913940d10382ba54a;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index e20078633e..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,21 +1,8 @@ { "extends": "stylelint-config-wikimedia", "rules": { - "declaration-no-important": null, - - "indentation": null, - "no-descending-specificity": null, - "no-duplicate-selectors": null, - - "number-leading-zero": 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 } }