summaryrefslogtreecommitdiff
path: root/biome.json
diff options
context:
space:
mode:
authorseth <[email protected]>2024-04-17 06:39:36 -0400
committerseth <[email protected]>2024-04-17 06:40:44 -0400
commitc836cda3d534de6e59ef54ef29fb615202b889cf (patch)
treec17c09b04ad24fd7414c96c3d09a70c94221df44 /biome.json
parent4cb5e4629406b6d262c61e5d40864a8d9a7695b7 (diff)
eslint -> biome
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/biome.json b/biome.json
index 80940cb..7a53a9f 100644
--- a/biome.json
+++ b/biome.json
@@ -2,11 +2,16 @@
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"formatter": {
"ignore": [
- ".direnv/**",
- ".git/**",
- "dist/**",
+ ".git/",
+ "dist/",
+ ".astro/",
+ "node_modules",
+ ".direnv/",
+ "result*",
+ "repl-result*",
"flake.lock",
"pnpm-lock.yaml"
- ]
+ ],
+ "indentStyle": "tab"
}
}