aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/biome.json')
-rw-r--r--frontend/biome.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/frontend/biome.json b/frontend/biome.json
index 34ae968..54c8856 100644
--- a/frontend/biome.json
+++ b/frontend/biome.json
@@ -7,7 +7,12 @@
},
"files": {
"ignoreUnknown": false,
- "ignore": ["./.cache", "./build", "./app/api/schema.d.ts"]
+ "ignore": [
+ "./.cache",
+ "./build",
+ "./app/api/schema.d.ts",
+ "./app/shiki.bundle.ts"
+ ]
},
"formatter": {
"enabled": true,