Skip to content

Commit 110fa5a

Browse files
exclude .expo dir from biome.json.hbs (#386)
Co-authored-by: Aman Varshney <[email protected]>
1 parent cd93d5e commit 110fa5a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/breezy-yaks-pump.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+
exclude .expo dir from biome.json

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"!**/routeTree.gen.ts",
1919
"!**/src-tauri",
2020
"!**/.nuxt",
21-
"!bts.jsonc"
21+
"!bts.jsonc",
22+
"!**/.expo",
2223
]
2324
},
2425
"formatter": {

0 commit comments

Comments
 (0)