From 15bc85c58ccdc1c2c9adcba73a260b44f1dd2863 Mon Sep 17 00:00:00 2001 From: Micaela Goffe Date: Thu, 7 Mar 2024 13:59:52 +0100 Subject: [PATCH] fix(vscode-settings): change eslint setting --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d5b28081..2177ec83 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,6 @@ "**/node_modules/**": true }, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" } -} \ No newline at end of file +}