From 0c9fa69312d054d9d1c899cf1009aa15ae5fecfc Mon Sep 17 00:00:00 2001 From: Pixel998 Date: Fri, 15 May 2026 07:55:35 +0300 Subject: [PATCH] chore: update knip config --- knip.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knip.json b/knip.json index 19f0a4669..66356d392 100644 --- a/knip.json +++ b/knip.json @@ -1,5 +1,5 @@ { - "$schema": "https://unpkg.com/knip@5/schema.json", + "$schema": "https://unpkg.com/knip@6/schema.json", "mocha": { "entry": ["tests/**/*.{cjs,cts,js,ts}"] }, @@ -8,7 +8,7 @@ "entry": ["test-d/**/*.test-d.ts"] }, "packages/espree": { - "entry": ["espree.cts", "test-d/**/*.test-d.ts", "tools/**/*.js"], + "entry": ["test-d/**/*.test-d.ts", "tools/**/*.js"], "ignore": ["tests/fixtures/**"] } }