Add Root False to the sdk biome config (#10647)

* Add Root False to the sdk biome config

* Ignore the SDK from the main biome files

* Ignore the sdk from the vscode build
This commit is contained in:
Tomás Barreiro
2026-05-12 03:06:03 +02:00
committed by GitHub
parent 17728dfc7c
commit 6363b4ff6e
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -25,6 +25,9 @@ eslint-rules/**
# cli
cli/**
# sdk (separate monorepo with its own build/release pipeline)
sdk/**
# Custom
**/demo.gif
.nvmrc
+1
View File
@@ -122,6 +122,7 @@
"includes": [
"**",
// explicitly force files to be ignored by the scanner with !!
"!!**/sdk",
"!!**/dist",
"!!**/dist-*",
"!!**/out",
+1
View File
@@ -1,5 +1,6 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.5/schema.json",
"root": false,
"vcs": {
"enabled": true,
"clientKind": "git",