Skip to content

Commit 7881892

Browse files
fix biome.json.hbs (#388)
Co-authored-by: Aman Varshney <[email protected]>
1 parent 7d8b28b commit 7881892

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/flat-groups-invent.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-better-t-stack": patch
3+
---
4+
5+
remove trailing comma in biome.json

apps/cli/templates/addons/biome/biome.json.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"!**/src-tauri",
2020
"!**/.nuxt",
2121
"!bts.jsonc",
22-
"!**/.expo",
22+
"!**/.expo"
2323
]
2424
},
2525
"formatter": {

0 commit comments

Comments
 (0)