Skip to content

Commit

Permalink
chore: tweak biome.json (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed May 8, 2024
1 parent 8c38a93 commit 9e2b46d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.2/schema.json",
"files": {
"ignore": ["dist", ".vercel", ".wrangler"]
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"formatter": {
"enabled": true,
"indentStyle": "space"
},
"organizeImports": { "enabled": true },
"linter": { "enabled": false },
"javascript": {
"formatter": {
Expand Down

0 comments on commit 9e2b46d

Please sign in to comment.