Skip to content

Commit

Permalink
chore: create VSCode settings (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
reminjp authored Sep 18, 2024
1 parent 54ead5b commit 6c3a504
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/dist/**": true,
"**/node_modules/**": true,
"**/temp/**": true,
"**/tmp/**": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 6c3a504

Please sign in to comment.