Skip to content

Commit

Permalink
chore: add vscode extension settings (#1477)
Browse files Browse the repository at this point in the history
for making the VSCode environment stable so that the `format document` will keep the code style as expected.
  • Loading branch information
unional committed Jun 11, 2022
1 parent 3f8e3a4 commit 8e389d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
@@ -0,0 +1,6 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,5 @@
{
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit 8e389d9

Please sign in to comment.