Skip to content

Commit

Permalink
chore: update vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Oct 13, 2023
1 parent 7344fc4 commit 9f0be9c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.addMissingImports": true
"source.addMissingImports": true,
"source.organizeImports": false
},
"eslint.validate": ["javascript", "javascriptreact", "html", "vue", "svelte"],
"eslint.validate": ["javascript", "javascriptreact", "vue", "svelte"],
"typescript.tsdk": "node_modules/typescript/lib",
"[html]": {
"editor.formatOnSave": true,
Expand All @@ -24,6 +25,10 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand All @@ -47,5 +52,7 @@
"[yaml]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"conventionalCommits.gitmoji": false,
"conventionalCommits.promptFooter": false
}

0 comments on commit 9f0be9c

Please sign in to comment.