diff --git a/biome.jsonc b/biome.jsonc index ae81184cdc..daa99a8b90 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -6,10 +6,7 @@ "defaultBranch": "main" }, "files": { - "includes": [ - "**", - "!**/pnpm-lock.yaml" - ], + "includes": ["**", "!**/pnpm-lock.yaml"], "ignoreUnknown": true }, "linter": { @@ -69,11 +66,7 @@ "noConsole": { "level": "error", "options": { - "allow": [ - "error", - "info", - "warn" - ] + "allow": ["error", "info", "warn"] } } }, @@ -82,5 +75,5 @@ } } }, - "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json" + "$schema": "./node_modules/@biomejs/biome/configuration_schema.json" } diff --git a/site/biome.jsonc b/site/biome.jsonc index 4c9cb18aa4..be24c66617 100644 --- a/site/biome.jsonc +++ b/site/biome.jsonc @@ -3,5 +3,5 @@ "files": { "includes": ["!e2e/**/*Generated.ts"] }, - "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json" + "$schema": "./node_modules/@biomejs/biome/configuration_schema.json" }