From 4ea0be41227adad286a784b55896b358a812c40a Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Wed, 11 Feb 2026 18:31:37 -0800 Subject: [PATCH] Use the biome schema from node_modules. --- biome.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.jsonc b/biome.jsonc index 52050a8d2..ebca15ef6 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -1,6 +1,6 @@ // This has to be in the root otherwise the VSCode plugin will not work out of the box. { - "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", + "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "vcs": { "enabled": true, "clientKind": "git",