fix: exclude .superpowers and .claude from biome lint scope
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:
@@ -12,7 +12,9 @@
|
|||||||
"!src/client/routeTree.gen.ts",
|
"!src/client/routeTree.gen.ts",
|
||||||
"!drizzle",
|
"!drizzle",
|
||||||
"!drizzle-pg",
|
"!drizzle-pg",
|
||||||
"!.planning"
|
"!.planning",
|
||||||
|
"!.superpowers",
|
||||||
|
"!.claude"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"formatter": {
|
"formatter": {
|
||||||
|
|||||||
Reference in New Issue
Block a user