diff options
| author | seth <[email protected]> | 2024-04-17 06:39:36 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-17 06:40:44 -0400 |
| commit | c836cda3d534de6e59ef54ef29fb615202b889cf (patch) | |
| tree | c17c09b04ad24fd7414c96c3d09a70c94221df44 /biome.json | |
| parent | 4cb5e4629406b6d262c61e5d40864a8d9a7695b7 (diff) | |
eslint -> biome
Diffstat (limited to 'biome.json')
| -rw-r--r-- | biome.json | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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" } } |
