Skip to content

Commit

Permalink
fix: .vscode settings.json changes on open (#3460)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder authored Jan 10, 2024
1 parent ac845f2 commit 06d2489
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 @@ -3,14 +3,14 @@
"[typescript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand Down

0 comments on commit 06d2489

Please sign in to comment.