From 0571bb885facf8d08c5af425b2de3271c545bee1 Mon Sep 17 00:00:00 2001 From: "JH.Lee" Date: Tue, 9 Jan 2024 21:41:26 +0900 Subject: [PATCH] chore: update vscode lint config --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d9d4db9..1c5c15c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,7 +7,7 @@ "typescript.tsdk": ".yarn/sdks/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "editor.formatOnSave": true, "eslint.validate": [