From a9d417341c2e27df3fec2946dddbf30384734d64 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 23 May 2023 15:54:21 +0200 Subject: Run stylelint on .vue files (#24865) - Run stylelint on .vue files - Fix discovered issues - Suppress warning spam from `declaration-strict-value` rule Co-authored-by: Giteabot --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index e33e013cf8..934353ed8a 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,7 @@ "eslint-plugin-wc": "1.5.0", "jsdom": "22.0.0", "markdownlint-cli": "0.34.0", + "postcss-html": "1.5.0", "stylelint": "15.6.2", "stylelint-declaration-strict-value": "1.9.2", "svgo": "3.0.2", -- cgit v1.2.3