Skip to content

Commit

Permalink
Update formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Nov 26, 2024
1 parent c8f6a02 commit 134f6d8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"**/pnpm-lock.yaml",
"**/dist/**",
"**/node_modules/**",
"**/assets/bundled/**"
"**/assets/bundled/**",
"**/assets/json/**"
]
},
"linter": {
Expand All @@ -18,7 +19,8 @@
"**/pnpm-lock.yaml",
"**/dist/**",
"**/node_modules/**",
"**/assets/bundled/**"
"**/assets/bundled/**",
"**/assets/json/**"
]
},
"formatter": {
Expand All @@ -33,7 +35,8 @@
"**/.astro/**",
"**/node_modules/**",
"**/assets/bundled/**",
"*.astro"
"*.astro",
"**/assets/json/**"
]
},
"javascript": {
Expand Down

0 comments on commit 134f6d8

Please sign in to comment.