Skip to content

Commit

Permalink
vscode: update and reformat settings
Browse files Browse the repository at this point in the history
I think some extension is automatically changing it to this 
anyways
  • Loading branch information
gustavohenke committed Dec 22, 2023
1 parent 0c64306 commit eb0e16d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
@@ -1,6 +1,8 @@
{
"jest.showCoverageOnLoad": true,
"editor.codeActionsOnSave": { "source.fixAll.eslint": true },
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[javascript, typescript]": {
Expand Down

0 comments on commit eb0e16d

Please sign in to comment.