From cfeb1f9e74c1de1e228f15b71191daa1cf5d380d Mon Sep 17 00:00:00 2001 From: seepine Date: Fri, 22 Mar 2024 16:04:40 +0800 Subject: [PATCH] chore(vscode): fix eslint --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a95e909..bc8967a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { // 保存时执行eslint "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, // 从不展示扩展缩写 "emmet.showExpandedAbbreviation": "never",