Skip to content

Commit 4de416e

Browse files
committed
chore: add comments to knip ignored deps
1 parent 37b9169 commit 4de416e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

knip.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ const config: KnipConfig = {
3333
'vite-plus!',
3434
'h3',
3535
'puppeteer',
36+
/** Needs to be explicitly installed, even though it is not imported, to avoid type errors. */
3637
'unplugin-vue-router',
3738
'vite-plugin-pwa',
39+
40+
/** Some components import types from here, but installing it directly could lead to a version mismatch */
3841
'vue-router',
3942
],
4043
ignoreUnresolved: ['#components', '#oauth/config'],

0 commit comments

Comments
 (0)