X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hp=5a7b29fe3ad7c2868c0ac290ca222acef220ef6c;hb=30b94ef3561ac2bf338c718602b98578b605527d;hpb=c10cdec089b69d32bf81c6a36031a27fd70bb1f1 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 } }