From 184f4cc6307058ebebf5008a6957757d2dc2d485 Mon Sep 17 00:00:00 2001 From: Vladimir Sheremet Date: Mon, 18 Dec 2023 16:00:01 +0100 Subject: [PATCH] chore: update settings json --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0d399d6d837b..22dac83216fd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,8 +13,8 @@ // Auto fix "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": false + "source.fixAll.eslint": "explicit", + "source.organizeImports": "never" }, // Silent the stylistic rules in you IDE, but still auto fix them