Skip to content

Commit

Permalink
chore: Remove unused editor settings in .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-se committed Jun 12, 2024
1 parent 9dcf942 commit 5c12784
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.format.enable": true,
"terminal.integrated.defaultProfile.linux": "fish",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand Down

0 comments on commit 5c12784

Please sign in to comment.