Skip to content

Commit 7d03021

Browse files
committed
chore: add ignored dep so knip strict can work
1 parent 62851fa commit 7d03021

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
@@ -28,6 +28,9 @@ const config: KnipConfig = {
2828
project: ['**/*.{ts,vue,cjs,mjs}'],
2929
ignoreDependencies: [
3030
'@iconify-json/*',
31+
32+
/** Strict mode knip complains about this for some reason, even when uno.config.ts is added as an entry */
33+
'unocss',
3134
'@vercel/kv',
3235
'@voidzero-dev/vite-plus-core',
3336
'vite-plus!',

0 commit comments

Comments
 (0)