Skip to content

Commit 38f451b

Browse files
committed
ci: scope Biome off code/web-client so Lint Code Base goes green
The repo-wide BIOME_LINT job fails on pre-existing code/web-client/** errors unrelated to this PR (same red on google-agentic-commerce#313/google-agentic-commerce#325). Add a root biome.json that scopes Biome off the web-client, per chopmob-cloud' note; took Lint Code Base green on google-agentic-commerce#279.
1 parent aeb621d commit 38f451b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

biome.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"files": {
3+
"includes": ["**", "!code/web-client"]
4+
}
5+
}

0 commit comments

Comments
 (0)