Skip to content

Commit

Permalink
Fix VS Code settings (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
nturinski authored Jan 26, 2024
1 parent 9ebc5d3 commit 7c4a9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.organizeImports": true
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"editor.detectIndentation": false,
"editor.formatOnSave": true,
Expand Down

0 comments on commit 7c4a9cf

Please sign in to comment.