Skip to content

Commit 57becd4

Browse files
committed
fix: revert knip.ts changes
1 parent 3962167 commit 57becd4

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
@@ -48,6 +48,9 @@ const config: KnipConfig = {
4848
/** Some components import types from here, but installing it directly could lead to a version mismatch */
4949
'vue-router',
5050

51+
/** Required by @nuxtjs/i18n at runtime but not directly imported in production code */
52+
'@intlify/shared',
53+
5154
/** Oxlint plugins don't get picked up yet */
5255
'@e18e/eslint-plugin',
5356
'eslint-plugin-regexp',
@@ -62,7 +65,14 @@ const config: KnipConfig = {
6265
},
6366
'docs': {
6467
entry: ['app/**/*.{ts,vue,css}'],
65-
ignoreDependencies: ['docus', 'better-sqlite3', '@nuxtjs/mdc', 'nuxt!'],
68+
ignoreDependencies: [
69+
'docus',
70+
'better-sqlite3',
71+
'@nuxtjs/mdc',
72+
'nuxt!',
73+
'@nuxt/ui',
74+
'tailwindcss',
75+
],
6676
},
6777
},
6878
}

0 commit comments

Comments
 (0)