X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=79b4a6786bb29888bf29bbc3d804e727b1c549a3;hp=5a7b29fe3ad7c2868c0ac290ca222acef220ef6c;hpb=ea79f57eb0d9d614c08dd31cd4eeb50132182c10;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index 5a7b29fe3a..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,15 +1,8 @@ { "extends": "stylelint-config-wikimedia", "rules": { - "declaration-no-important": null, - "no-descending-specificity": null, - "selector-no-id": null, - "selector-pseudo-element-colon-notation": null, - - "string-quotes": null, - - "value-keyword-case": null + "selector-no-id": null } }