Skip to content

Commit

Permalink
[VSCode] Update settings.json signature (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte authored Jan 4, 2024
1 parent 0e982e1 commit 0c44b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down

0 comments on commit 0c44b0b

Please sign in to comment.