From efb1e2014dba5fd0e1cbd719be6302712bfe4194 Mon Sep 17 00:00:00 2001 From: Pionxzh Date: Thu, 21 Dec 2023 22:05:54 +0800 Subject: [PATCH] chore: update codeActionsOnSave setting --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f69b938..fe94523 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,9 @@ { "eslint.experimental.useFlatConfig": true, "editor.codeActionsOnSave": { - "source.fixAll": false, - "source.fixAll.eslint": true, // this allows ESLint to auto fix on save - "source.organizeImports": false + "source.fixAll": "never", + "source.fixAll.eslint": "explicit", + "source.organizeImports": "never" }, "editor.formatOnSave": false, "eslint.validate": [