Skip to content

Commit aecd841

Browse files
committed
knip fix
1 parent 3d0aa04 commit aecd841

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

knip.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,14 @@ const config: KnipConfig = {
6161
},
6262
'docs': {
6363
entry: ['app/**/*.{ts,vue,css}'],
64-
ignoreDependencies: ['docus', 'better-sqlite3', '@nuxtjs/mdc', 'nuxt!'],
64+
ignoreDependencies: [
65+
'docus',
66+
'better-sqlite3',
67+
'@nuxtjs/mdc',
68+
'nuxt!',
69+
'@nuxt/ui',
70+
'tailwindcss',
71+
],
6572
},
6673
},
6774
}

0 commit comments

Comments
 (0)