diff --git a/.vscode/settings.json b/.vscode/settings.json index 157bddd..9793c5e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -32,9 +32,8 @@ "javascript": "javascriptreact" }, "editor.codeActionsOnSave": { - // "source.fixAll.eslint": true, - "source.fixAll": true, - "source.organizeImports": true + "source.fixAll": "explicit", + "source.organizeImports": "explicit" }, "editor.wordWrap": "on" } \ No newline at end of file