From 36fe60a2b109902bd29f5fa623bb6697b290cc99 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Tue, 19 Dec 2023 11:33:38 +0100 Subject: [PATCH] vscode update changed config --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c2cd6b0..6106b4f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,8 @@ "editor.formatOnSave": true, "editor.formatOnSaveMode": "modifications", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "eslint.experimental.useFlatConfig": true, + "eslint.codeActionsOnSave.rules": null, }