From d6de53780d1a6470f4097777d637bb8d2d5514c2 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Mon, 15 Jan 2024 13:49:18 +0100 Subject: [PATCH] chore(dev): use latest settings for auto-format From VS Code `>=1.85` Signed-off-by: Akos Kitta --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0d8f3bbd..e69e89f6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,6 +7,6 @@ }, "typescript.tsdk": "node_modules/typescript/lib", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" } }