X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=d3db94de768c43542d49c0925969a523ed3a2d11;hp=08c49ca4d792d29981d6f6a5ceaef9ebec9dd0ce;hpb=b4b57f6505f88a46eaea283737f8e9e15ae8a0e4;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index 08c49ca4d7..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,13 +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, - - "value-keyword-case": null + "selector-no-id": null } }