From: James D. Forrester Date: Fri, 10 Jun 2016 09:24:45 +0000 (+0100) Subject: build: Bump grunt-stylelint to v0.4.0 and make pass X-Git-Tag: 1.31.0-rc.0~6527^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=36cf480f59821ec1cdc499f89bb63fefd475c4da build: Bump grunt-stylelint to v0.4.0 and make pass Change-Id: I00e469cf9b484c9d4d4ad145480fa6e66dd7e8cc --- diff --git a/.stylelintrc b/.stylelintrc index 6b94db6722..62dbeb69ed 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -10,7 +10,7 @@ "declaration-colon-space-after": [ "always" ], "declaration-colon-space-before": [ "never" ], - "font-family-name-quotes": [ "single-unless-keyword" ], + "font-family-name-quotes": [ "always-unless-keyword" ], "font-weight-notation": [ "named-where-possible" ], "function-calc-no-unspaced-operator": true, @@ -20,7 +20,7 @@ "function-comma-space-before": [ "never" ], "function-parentheses-newline-inside": [ "never-multi-line" ], "function-parentheses-space-inside": [ "always" ], - "function-url-quotes": [ "none" ], + "function-url-quotes": [ "never" ], "function-whitespace-after": [ "always" ], } } diff --git a/package.json b/package.json index 6fde2e043f..d96dcf92c7 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "grunt-jscs": "2.8.0", "grunt-jsonlint": "1.0.7", "grunt-karma": "0.12.2", - "grunt-stylelint": "0.3.0", + "grunt-stylelint": "0.4.0", "karma": "0.13.22", "karma-chrome-launcher": "0.2.2", "karma-firefox-launcher": "0.1.7", "karma-qunit": "0.1.9", "qunitjs": "1.22.0", - "stylelint-config-wikimedia": "0.1.0" + "stylelint-config-wikimedia": "0.2.2" } }