From 36cf480f59821ec1cdc499f89bb63fefd475c4da Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 10 Jun 2016 10:24:45 +0100 Subject: [PATCH] build: Bump grunt-stylelint to v0.4.0 and make pass Change-Id: I00e469cf9b484c9d4d4ad145480fa6e66dd7e8cc --- .stylelintrc | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" } } -- 2.20.1