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"