Skip to content

Commit 76bbeec

Browse files
ci: ignore Docs scope in generic Biome lint
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent a1455e1 commit 76bbeec

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

biome.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/2.5.0/schema.json",
3+
"files": {
4+
"includes": [
5+
"**",
6+
"!docs",
7+
"!.github/actions/update-index"
8+
]
9+
}
10+
}

0 commit comments

Comments
 (0)