Skip to content

Commit 4c8e9d5

Browse files
committed
fix: revert knip.ts changes
1 parent d4c4404 commit 4c8e9d5

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

knip.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ const config: KnipConfig = {
4545
/** Some components import types from here, but installing it directly could lead to a version mismatch */
4646
'vue-router',
4747

48+
/** Required by @nuxtjs/i18n at runtime but not directly imported in production code */
49+
'@intlify/shared',
50+
4851
/** Oxlint plugins don't get picked up yet */
4952
'@e18e/eslint-plugin',
5053
'eslint-plugin-regexp',
@@ -59,7 +62,14 @@ const config: KnipConfig = {
5962
},
6063
'docs': {
6164
entry: ['app/**/*.{ts,vue,css}'],
62-
ignoreDependencies: ['docus', 'better-sqlite3', '@nuxtjs/mdc', 'nuxt!'],
65+
ignoreDependencies: [
66+
'docus',
67+
'better-sqlite3',
68+
'@nuxtjs/mdc',
69+
'nuxt!',
70+
'@nuxt/ui',
71+
'tailwindcss',
72+
],
6373
},
6474
},
6575
}

0 commit comments

Comments
 (0)