We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd2822 commit 95a06b0Copy full SHA for 95a06b0
1 file changed
knip.ts
@@ -25,8 +25,7 @@ const config: KnipConfig = {
25
'uno-preset-rtl.ts!',
26
'scripts/**/*.ts',
27
],
28
- project: ['**/*.{ts,vue,cjs,mjs}'],
29
- ignore: ['test/fixtures/**'],
+ project: ['**/*.{ts,vue,cjs,mjs}', '!test/fixtures/**'],
30
ignoreDependencies: [
31
'@iconify-json/*',
32
'@vercel/kv',
0 commit comments