Skip to content

Commit e1fa83f

Browse files
committed
chore: pin the knip schema URL to the validated version
Review note: @latest resolves to whatever knip ships next, so editor validation and the npx-resolved CLI could silently diverge. Pin the schema to 6.16.1, the version this config was validated against. https://claude.ai/code/session_01XNtnkLbBiXZxfQQYLMpucB
1 parent 7363dfb commit e1fa83f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

knip.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/knip@latest/schema.json",
2+
"$schema": "https://unpkg.com/knip@6.16.1/schema.json",
33
"entry": [
44
"index.ts",
55
"lib/index.ts",

0 commit comments

Comments
 (0)