Skip to content

Commit

Permalink
vscode settings (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobakazu0429 authored Jan 22, 2024
1 parent 69dc8c9 commit 147fbc6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"biomejs.biome"
],
"unwantedRecommendations": [
"dbaeumer.vscode-eslint",
"rvest.vs-code-prettier-eslint"
]
}
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"editor.formatOnSave": true,
"[javascript][typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"editor.codeActionsOnSave": {
"quickfix.biome": "explicit",
"source.organizeImports.biome": "explicit"
}
}

0 comments on commit 147fbc6

Please sign in to comment.