Skip to content

Commit

Permalink
revert changes in settings test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Dec 28, 2023
1 parent 7b7a0a8 commit 56814d8
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
Expand Up @@ -38,7 +38,7 @@
"editor.formatOnSaveMode": "file",
"typescript.preferences.importModuleSpecifier": "relative",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
"source.organizeImports": true,
"source.fixAll.eslint": true
}
}

0 comments on commit 56814d8

Please sign in to comment.