Skip to content

Commit

Permalink
Fix/VS settings (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatyjasik authored Mar 22, 2023
1 parent 0234d45 commit 1dce63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": ["source.fixAll.eslint", "source.fixAll.format"],
"typescript.tsdk": "node_modules\\typescript\\lib"
}
4 changes: 0 additions & 4 deletions settings.json

This file was deleted.

0 comments on commit 1dce63d

Please sign in to comment.