Skip to content

Commit c580c59

Browse files
authored
Add Knip configuration files to catalog.json (SchemaStore#5090)
1 parent f3aa9ae commit c580c59

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/api/json/catalog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,6 +2545,19 @@
25452545
"1.8": "https://raw.githubusercontent.com/knative/func/release-1.8/schema/func_yaml-schema.json"
25462546
}
25472547
},
2548+
{
2549+
"name": "Knip",
2550+
"description": "Knip configuration files",
2551+
"fileMatch": [
2552+
"knip.json",
2553+
".knip.json",
2554+
"knip.jsonc",
2555+
".knip.jsonc",
2556+
"knip.config.ts",
2557+
"knip.config.mjs"
2558+
],
2559+
"url": "https://unpkg.com/knip@5/schema.json"
2560+
},
25482561
{
25492562
"name": "KSail",
25502563
"description": "Configuration for KSail",

0 commit comments

Comments
 (0)