Skip to content

Commit

Permalink
Merge pull request #31 from NID-kt/chore/vscode-biome-integration
Browse files Browse the repository at this point in the history
Add VS Code extensions and settings for biomejs.biome
  • Loading branch information
k-taro56 authored Jun 12, 2024
2 parents 40ebe61 + 3f5d3a7 commit 4e13adf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["biomejs.biome"]
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true
}

0 comments on commit 4e13adf

Please sign in to comment.