Skip to content

Commit

Permalink
⚙ VS Codeの設定ファイルを追加 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
3w36zj6 authored Nov 8, 2023
1 parent c1fe873 commit 0d4b063
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.vscode/
node_modules/
dist/bundle.js
dist/bundle.js
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"[javascript][typescript][json][yaml][toml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true
}

0 comments on commit 0d4b063

Please sign in to comment.