From 05d2263df5c4e4d65d732b6a073d37fb8a8e90ba Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Mon, 4 Sep 2023 19:52:52 +0200 Subject: [PATCH] Edit settings --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6a6040a..716c73a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,7 +20,7 @@ "editor.formatOnSave": false, "editor.codeActionsOnSave": { "source.fixAll.eslint": true, - "source.organizeImports": false + "source.organizeImports": true }, "eslint.validate": [ "javascript", @@ -33,5 +33,5 @@ "json", "jsonc", "yaml" - ] + ], }