From 9496302fefee64b945324639efbf1afb6834f59a Mon Sep 17 00:00:00 2001 From: Frankie Yan Date: Fri, 15 May 2026 10:39:47 -0700 Subject: [PATCH] chore(biome): point schema to local node_modules Pin the $schema reference to the installed Biome version under node_modules so it stays in lockstep with @biomejs/biome instead of drifting whenever Renovate bumps the package. Co-Authored-By: Claude Opus 4.7 (1M context) --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 232bdcc..03c19bd 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", + "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "vcs": { "enabled": true, "clientKind": "git",