Skip to content

Commit c75d1a6

Browse files
Remove Knip TypeScript and JavaScript extensions (#5097)
* Remove Knip TypeScript and JavaScript extensions TypeScript and JavaScript files can’t be validated with JSON schema. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c3c045d commit c75d1a6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/api/json/catalog.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,14 +2550,7 @@
25502550
{
25512551
"name": "Knip",
25522552
"description": "Knip configuration files",
2553-
"fileMatch": [
2554-
"knip.json",
2555-
".knip.json",
2556-
"knip.jsonc",
2557-
".knip.jsonc",
2558-
"knip.config.ts",
2559-
"knip.config.mjs"
2560-
],
2553+
"fileMatch": ["knip.json", ".knip.json", "knip.jsonc", ".knip.jsonc"],
25612554
"url": "https://unpkg.com/knip@5/schema.json"
25622555
},
25632556
{

0 commit comments

Comments
 (0)