From 1697bab5412bb6966c200593d46101a971f8b343 Mon Sep 17 00:00:00 2001 From: Mark Mankarious Date: Sat, 8 Jun 2024 14:24:58 +0100 Subject: [PATCH] chore: updates vscode settings --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4ce85b1..9ab991c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "eslint.validate": [ "javascript",