Skip to content

Commit

Permalink
chore: add vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
iorate committed Nov 20, 2023
1 parent 1f8cc2b commit 106a33d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"typescript.tsdk": "./node_modules/typescript/lib"
}

0 comments on commit 106a33d

Please sign in to comment.