Skip to content

Commit 6650580

Browse files
author
Jacob Lamb
authored
feat: Add knip (#182)
1 parent 64307f9 commit 6650580

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

update.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ const buildTools = [
1111
'rspack*',
1212
]
1313

14+
const dependencyAnalysis = [
15+
'*.knip.*',
16+
]
17+
1418
const testingTools = [
1519
'.codecov',
1620
'.mocha*',
@@ -220,6 +224,7 @@ const packageJSON = [
220224
...buildTools,
221225
...services,
222226
...linters,
227+
...dependencyAnalysis,
223228
]
224229

225230
let readme = [

0 commit comments

Comments
 (0)