Skip to content

Commit

Permalink
style: vscode recommended configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
toondaey committed Apr 17, 2022
1 parent 947dd3f commit 55e8538
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/.awcache
/.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
!.vscode/launch.json
.dev-dependencies

Expand Down
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"ms-vscode.vscode-typescript-next",
"eg2.vscode-npm-script",
"snyk-security.snyk-vulnerability-scanner",
"christian-kohler.npm-intellisense"
]
}
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"npm-intellisense.importES6": true,
"npm-intellisense.importQuotes": "'",
"npm-intellisense.importLinebreak": ";\r\n",
"npm-intellisense.importDeclarationType": "const"
}

0 comments on commit 55e8538

Please sign in to comment.