Skip to content

Commit

Permalink
revert .vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Jan 2, 2024
1 parent 69d183b commit e7c2f86
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"source.fixAll.eslint": true
},
"eslint.validate": [
"javascript",
"typescript"
],
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit e7c2f86

Please sign in to comment.