From bba0b090f33e4f3e391a14e22c2b579f132b5348 Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Fri, 8 Dec 2023 20:27:16 +0800 Subject: [PATCH] chore: update eslint fixAll option --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b19fe45..02034a7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,7 +37,7 @@ ], "typescript.tsdk": "node_modules/typescript/lib", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode"