From a7c3729f08261ccfa7fca54dcc24b41aa1f137eb Mon Sep 17 00:00:00 2001 From: Chang Zhe Jiet Date: Wed, 3 Jan 2024 02:27:16 +0800 Subject: [PATCH] settings --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c932871..a0a9b71 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "editor.detectIndentation": false, "editor.insertSpaces": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "editor.formatOnSave": true, "[javascript]": {