From e95f09dd2517e1b490194aa39b23fc824d278867 Mon Sep 17 00:00:00 2001 From: WhiteMind Date: Mon, 25 Dec 2023 16:42:25 +0800 Subject: [PATCH] feat: upgrading the configuration file for vscode --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 86c59f36..d30f4656 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll.stylelint": true + "source.fixAll.stylelint": "explicit" }, "stylelint.validate": ["css", "scss"], "editor.defaultFormatter": "esbenp.prettier-vscode",