X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=09fcee61106146adbc8889f3950a2ea02cda0da6;hp=08c49ca4d792d29981d6f6a5ceaef9ebec9dd0ce;hpb=768654ac814dcbd2e5d8ed63a4553079c4d0d406;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 } }