We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3aa9ae commit c580c59Copy full SHA for c580c59
src/api/json/catalog.json
@@ -2545,6 +2545,19 @@
2545
"1.8": "https://raw.githubusercontent.com/knative/func/release-1.8/schema/func_yaml-schema.json"
2546
}
2547
},
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
+ },
2561
{
2562
"name": "KSail",
2563
"description": "Configuration for KSail",
0 commit comments