X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=19390c1e8a91d87a7998ee77992f1d4d0de15da4;hp=63251825f926b7dc7f62a882bb2d29acd6af3777;hpb=b171822dce3fb662ca96e8fd4be48581c4cd2533;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index 63251825f9..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,16 +1,8 @@ { "extends": "stylelint-config-wikimedia", "rules": { - "declaration-no-important": null, - "no-descending-specificity": null, - "selector-list-comma-newline-after": null, - "selector-no-id": null, - "selector-pseudo-element-colon-notation": null, - - "string-quotes": null, - - "value-keyword-case": null + "selector-no-id": null } }