Skip to content

Commit

Permalink
chore: fix biome ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed May 7, 2024
1 parent d97e0b2 commit cdc0105
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.2/schema.json",
"files": {
"ignore": ["dist", ".vercel", ".wrangler"]
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"ignore": ["**/dist/**", "**/.vercel/**", "**/.wrangler/**"]
"indentStyle": "space"
},
"organizeImports": { "enabled": true },
"linter": { "enabled": false },
Expand Down

0 comments on commit cdc0105

Please # to comment.