exclude .expo dir from biome.json.hbs (#386)

Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
This commit is contained in:
Raku
2025-07-12 11:21:44 +09:00
committed by GitHub
parent cd93d5e520
commit 110fa5a00f
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"create-better-t-stack": patch
---
exclude .expo dir from biome.json

View File

@@ -18,7 +18,8 @@
"!**/routeTree.gen.ts",
"!**/src-tauri",
"!**/.nuxt",
"!bts.jsonc"
"!bts.jsonc",
"!**/.expo",
]
},
"formatter": {