fix: exclude graphify-out from Biome linting
All checks were successful
CI / ci (push) Successful in 59s
CI / e2e (push) Has been skipped

Generated HTML and JSON in graphify-out/ was triggering lint errors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-08 21:16:07 +02:00
parent fbb61f37f2
commit 1858a3970e

View File

@@ -14,7 +14,8 @@
"!drizzle-pg", "!drizzle-pg",
"!.planning", "!.planning",
"!.superpowers", "!.superpowers",
"!.claude" "!.claude",
"!graphify-out"
] ]
}, },
"formatter": { "formatter": {