From 7cf72dc744f74783c6666cd1affcc6bbbe0551c6 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 13 Jun 2016 22:04:28 +0300 Subject: [PATCH] Update stylelint --- .stylelintrc | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stylelintrc b/.stylelintrc index 7921fc01..f569974a 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -38,7 +38,7 @@ "function-parentheses-newline-inside": "always-multi-line", "function-parentheses-space-inside": "never-single-line", "function-whitespace-after": "always", - "function-url-quotes": "double", + "function-url-quotes": "always", "indentation": "tab", "max-empty-lines": 1, "media-feature-colon-space-after": "always", @@ -53,7 +53,7 @@ "no-missing-eof-newline": true, "number-leading-zero": "never", "number-no-trailing-zeros": true, - "number-zero-length-no-unit": true, + "length-zero-no-unit": true, "declaration-block-no-duplicate-properties": true, "declaration-block-no-shorthand-property-overrides": true, "rule-non-nested-empty-line-before": ["always-multi-line", { diff --git a/package.json b/package.json index b1dd3446..625e7103 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,6 @@ "handlebars": "4.0.5", "mocha": "2.4.5", "npm-run-all": "2.1.1", - "stylelint": "6.2.2" + "stylelint": "6.6.0" } }