Skip to content

Commit

Permalink
chore: set vscode default formatter to prettier (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Jan 3, 2023
1 parent ace96d6 commit 8e12c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -1,4 +1,7 @@
{
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.validate.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"jest.enableInlineErrorMessages": true,
Expand Down

0 comments on commit 8e12c78

Please sign in to comment.