Skip to content

Commit

Permalink
Update vscode actions on save settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Apr 3, 2024
1 parent e466edf commit d62ceab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit d62ceab

Please sign in to comment.