Skip to content

Commit

Permalink
chore: upgrade node deps (#305)
Browse files Browse the repository at this point in the history
Upgrade nodejs deps
  • Loading branch information
gonzaloplaza authored Feb 9, 2024
1 parent 3238498 commit e02240a
Show file tree
Hide file tree
Showing 2 changed files with 1,274 additions and 1,136 deletions.
8 changes: 6 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"[typescript]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.quickSuggestions":true,
"editor.quickSuggestions":{
"comments": "on",
"strings": "on",
"other": "on"
},
"editor.suggestOnTriggerCharacters": true,
},
"[markdown]": {
Expand All @@ -15,4 +19,4 @@
"editor.renderWhitespace": "all"
},
"typescript.tsdk": "node_modules/typescript/lib"
}
}
Loading

0 comments on commit e02240a

Please sign in to comment.