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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d777505a5..fde7e990c5 100644 --- a/Makefile +++ b/Makefile @@ -372,11 +372,11 @@ lint-js-fix: node_modules .PHONY: lint-css lint-css: node_modules - npx stylelint --color --max-warnings=0 web_src/css + npx stylelint --color --max-warnings=0 web_src/css web_src/js/components/*.vue .PHONY: lint-css-fix lint-css-fix: node_modules - npx stylelint --color --max-warnings=0 web_src/css --fix + npx stylelint --color --max-warnings=0 web_src/css web_src/js/components/*.vue --fix .PHONY: lint-swagger lint-swagger: node_modules -- cgit v1.2.3