From 27541227c8aabfa6a7257aa2d4b813ba60dff55b Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 19 Dec 2023 12:18:55 -0700 Subject: [PATCH] chore: Settings update --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4c07cd934a..c344645fab 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ "typescript.tsdk": "node_modules/typescript/lib", "editor.formatOnSave": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "typescript.preferences.importModuleSpecifier": "non-relative", "spellright.language": ["en"],