From e5b7578b52d9d5c0a8ced24ecf174f2bb8ff7e70 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Thu, 11 Jan 2024 08:24:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E5=8D=87=E7=BA=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E8=87=B32.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1e824bfa..415819c6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,10 +10,10 @@ "strings": true }, "editor.codeActionsOnSave": { - "source.fixAll": true, - "source.fixAll.eslint": true, - "source.fixAll.stylelint": true - }, + "source.fixAll": "explicit", + "source.fixAll.eslint": "explicit", + "source.fixAll.stylelint": "explicit" + }, "files.eol": "\n", "search.exclude": { "**/node_modules": true,