From e216af8d49dc422cbbe05d170c103bd565250a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A9l=20Solano?= Date: Wed, 10 Dec 2025 10:50:29 +0100 Subject: [PATCH] chore(knip): use relative $schema path (#6659) --- knip.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knip.jsonc b/knip.jsonc index 6ca97db7ae..e5b5dadcd8 100644 --- a/knip.jsonc +++ b/knip.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://unpkg.com/knip@5/schema-jsonc.json", + "$schema": "./node_modules/knip/schema-jsonc.json", "ignoreExportsUsedInFile": { "interface": true, "type": true