From 50a6abd339a738bca6cd79341f05a8a2d2c09717 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 23 May 2016 20:02:17 +0300 Subject: [PATCH] feature(package) stylelint-config-standard v8.0.0 --- .stylelintrc.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.stylelintrc.yml b/.stylelintrc.yml index 4357000f..93955a9d 100644 --- a/.stylelintrc.yml +++ b/.stylelintrc.yml @@ -8,7 +8,7 @@ rules: number-leading-zero: null number-no-trailing-zeros: null string-quotes: single - function-url-quotes: none + function-url-quotes: never no-eol-whitespace: null - font-family-name-quotes: single-unless-keyword + font-family-name-quotes: always-unless-keyword diff --git a/package.json b/package.json index 720d16d6..c5a5c0e0 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "redrun": "^3.0.0", "shortdate": "^1.0.1", "stylelint": "^6.1.1", - "stylelint-config-standard": "^7.0.0", + "stylelint-config-standard": "^8.0.0", "tape": "^4.4.0", "version-io": "^1.2.5", "yaspeller": "^2.6.0"