X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=fb3de3d75cc0a39cc48c0552822613e702b3c383;hp=93f136b892787d2252926c5b11ee1c641b914a87;hpb=0422a39bfbf46c11a334a9b62b7f4903e9ab8fb3;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index 93f136b892..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,12 +1,8 @@ { "extends": "stylelint-config-wikimedia", "rules": { - "declaration-no-important": null, - "no-descending-specificity": null, - "selector-no-id": null, - - "value-keyword-case": null + "selector-no-id": null } }