1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "$schema": "https://biomejs.dev/schemas/1.6.4/schema.json", "formatter": { "ignore": [ ".git/", "dist/", ".astro/", "node_modules", ".direnv/", "result*", "repl-result*", "flake.lock", "pnpm-lock.yaml" ], "indentStyle": "tab" } }