X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=27e289d4303c5c145e4597e7298c40b62b9a6946;hb=942446575486057b38e186a8f5599a645758b702;hp=e8e156708da08e0f1da4a1ea9c179673154a9586;hpb=b5f29027c7d2cfc26422e7d96805711e7128c32e;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index e8e156708d..27e289d430 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,16 +1,8 @@ { + "extends": "stylelint-config-wikimedia", "rules": { - "color-hex-case": [ "lower" ], - "color-hex-length": [ "short" ], - "color-named": [ "never" ], - "color-no-invalid-hex": true, + "no-descending-specificity": null, - "declaration-bang-space-after": [ "never" ], - "declaration-bang-space-before": [ "always" ], - "declaration-colon-space-after": [ "always" ], - "declaration-colon-space-before": [ "never" ], - - "font-family-name-quotes": [ "single-unless-keyword" ], - "font-weight-notation": [ "named-where-possible" ] + "selector-no-id": null } }