X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=93f136b892787d2252926c5b11ee1c641b914a87;hb=b1436afb11f98a2d7e77bc53e789bb06c26e0c44;hp=62dbeb69edf34417e91051902c4efd8a196c7abf;hpb=0124c6ce75b23da28d776edf842efb2af53336bd;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index 62dbeb69ed..93f136b892 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,26 +1,12 @@ { + "extends": "stylelint-config-wikimedia", "rules": { - "color-hex-case": [ "lower" ], - "color-hex-length": [ "short" ], - "color-named": [ "never" ], - "color-no-invalid-hex": true, + "declaration-no-important": null, - "declaration-bang-space-after": [ "never" ], - "declaration-bang-space-before": [ "always" ], - "declaration-colon-space-after": [ "always" ], - "declaration-colon-space-before": [ "never" ], + "no-descending-specificity": null, - "font-family-name-quotes": [ "always-unless-keyword" ], - "font-weight-notation": [ "named-where-possible" ], + "selector-no-id": null, - "function-calc-no-unspaced-operator": true, - "function-comma-newline-after": "never-multi-line", - "function-comma-newline-before": "never-multi-line", - "function-comma-space-after": [ "always" ], - "function-comma-space-before": [ "never" ], - "function-parentheses-newline-inside": [ "never-multi-line" ], - "function-parentheses-space-inside": [ "always" ], - "function-url-quotes": [ "never" ], - "function-whitespace-after": [ "always" ], + "value-keyword-case": null } }