Skip to content

Commit 5c1c479

Browse files
committed
chore: fix check, get rid of depcheck completely
1 parent 21baf75 commit 5c1c479

File tree

50 files changed

+7
-786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+7
-786
lines changed

knip.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config: KnipConfig = {
1919
"**/tmp/**",
2020
"**/.sbom/**",
2121
"**/test/data/**",
22-
// Configuration files (from depcheck ignore-patterns)
22+
// Configuration files
2323
".evergreen/**",
2424
"config/**",
2525
"configs/**",
@@ -124,7 +124,7 @@ const config: KnipConfig = {
124124
"karma-mocha",
125125
"karma-mocha-reporter",
126126
"karma-typescript",
127-
// Resolved as `<depname>/` so depcheck doesn't see it being used
127+
// Resolved as `<depname>/`
128128
"buffer",
129129
"util",
130130
],

0 commit comments

Comments
 (0)