X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=.stylelintrc;h=62dbeb69edf34417e91051902c4efd8a196c7abf;hb=7e8539d10ee447903fd760228b26dff3b81ce201;hp=e8e156708da08e0f1da4a1ea9c179673154a9586;hpb=cdc53ad15b8131e1b4254cc788efa318a35fd804;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index e8e156708d..62dbeb69ed 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -10,7 +10,17 @@ "declaration-colon-space-after": [ "always" ], "declaration-colon-space-before": [ "never" ], - "font-family-name-quotes": [ "single-unless-keyword" ], - "font-weight-notation": [ "named-where-possible" ] + "font-family-name-quotes": [ "always-unless-keyword" ], + "font-weight-notation": [ "named-where-possible" ], + + "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" ], } }