fix: exclude .superpowers and .claude from biome lint scope
Some checks failed
CI / ci (push) Failing after 11s
CI / e2e (push) Has been skipped

Generated HTML files in .superpowers/ caused a11y lint errors in CI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 19:46:26 +02:00
parent 3638e7b240
commit 6852e60cee

View File

@@ -12,7 +12,9 @@
"!src/client/routeTree.gen.ts",
"!drizzle",
"!drizzle-pg",
"!.planning"
"!.planning",
"!.superpowers",
"!.claude"
]
},
"formatter": {