X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=.stylelintrc;h=62dbeb69edf34417e91051902c4efd8a196c7abf;hb=cf8f2c8299c0d4e24589830807eca3d06895c552;hp=ca0af955526bc36855bbd61a018cb3d5fc62be6c;hpb=ca35fc42c3ccaccbf284885451bd40c620c94d8a;p=lhc%2Fweb%2Fwiklou.git diff --git a/.stylelintrc b/.stylelintrc index ca0af95552..62dbeb69ed 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -9,5 +9,18 @@ "declaration-bang-space-before": [ "always" ], "declaration-colon-space-after": [ "always" ], "declaration-colon-space-before": [ "never" ], + + "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" ], } }