From 597ad64b709d169083c25c3e7e8dac997bac0908 Mon Sep 17 00:00:00 2001 From: Frits van Campen Date: Thu, 21 Jan 2021 16:38:09 +0100 Subject: [PATCH] Update to latest stylelint:13.9.0. --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index e161b63..48dc329 100644 --- a/index.js +++ b/index.js @@ -82,7 +82,7 @@ module.exports = { "value-list-comma-newline-before": "never-multi-line", "value-list-comma-space-after": "always", "value-list-comma-space-before": "never", - "declaration-property-value-whitelist": { + "declaration-property-value-allowed-list": { "flex": ["/^\\S+\\s+\\S+\\s+\\S+$/"] }, "indentation": "tab" diff --git a/package.json b/package.json index ef1ee20..76c3f4d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/Moxio/stylelint-config-moxio.git" }, "dependencies": { - "stylelint": "^9.0.0", + "stylelint": "^13.9.0", "stylelint-selector-tag-no-without-class": "^2.0.0" } }