Skip to content

Commit a851472

Browse files
committed
chore: update knip with @nuxtjs/mdc
1 parent 4564479 commit a851472

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

knip.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const config: KnipConfig = {
2929
project: ['**/*.{ts,vue,cjs,mjs}', '!test/fixtures/**'],
3030
ignoreDependencies: [
3131
'@iconify-json/*',
32-
'@vercel/kv',
3332
'@voidzero-dev/vite-plus-core',
3433
'vite-plus!',
3534
'puppeteer',
@@ -52,7 +51,7 @@ const config: KnipConfig = {
5251
},
5352
'docs': {
5453
entry: ['app/**/*.{ts,vue}'],
55-
ignoreDependencies: ['docus', 'better-sqlite3', 'nuxt!'],
54+
ignoreDependencies: ['docus', 'better-sqlite3', '@nuxtjs/mdc', 'nuxt!'],
5655
},
5756
},
5857
}

0 commit comments

Comments
 (0)