build: Bump grunt-stylelint to v0.4.0 and make pass
authorJames D. Forrester <jforrester@wikimedia.org>
Fri, 10 Jun 2016 09:24:45 +0000 (10:24 +0100)
committerJforrester <jforrester@wikimedia.org>
Fri, 24 Jun 2016 14:16:59 +0000 (14:16 +0000)
Change-Id: I00e469cf9b484c9d4d4ad145480fa6e66dd7e8cc

.stylelintrc
package.json

index 6b94db6..62dbeb6 100644 (file)
@@ -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" ],
        }
 }
index 6fde2e0..d96dcf9 100644 (file)
     "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"
   }
 }