From dc26fae1b40d71f58d0d721b503373a2c91610e8 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Thu, 14 Dec 2023 09:29:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1711735..6f43eb9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ "editor.formatOnSave": true, "stylelint.enable": true, "editor.codeActionsOnSave": { - "source.fixAll.stylelint": true + "source.fixAll.stylelint": "explicit" }, "stylelint.validate": ["css", "less", "postcss", "scss", "vue", "sass", "html"], "files.eol": "\n",