X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=10e119b56c32aa99491e676f0208e4c2b402fabc;hp=d9b9a606c75bbd82de82973da57309642e206106;hpb=0f5ee958730812be6ded70348e3686dc76d4be8e;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index d9b9a606c7..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,22 +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-class-parentheses-space-inside": null, - "selector-pseudo-element-colon-notation": null, - - "string-quotes": null, - "value-keyword-case": null + "selector-no-id": null } }