Skip to content

Commit

Permalink
chore: Update .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondermarin committed Jul 30, 2024
1 parent 1e4b237 commit 2d03b93
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"editor.tabSize": 2,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
"editor.quickSuggestions": {
"strings": "on"
},
"[typescriptreact]": {
"[typescript][typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
},
"files.exclude": {
Expand All @@ -21,5 +18,6 @@
"**/Thumbs.db": true,
"**/node_modules": true
},
"typescript.preferences.includePackageJsonAutoImports": "on",
"typescript.tsdk": "node_modules\\typescript\\lib"
}

0 comments on commit 2d03b93

Please sign in to comment.