Skip to content

Commit 245b8cd

Browse files
christian-byrneDrJKL
authored andcommitted
chore: clean up knip configuration
Remove stylelint from ignoreDependencies and ignoreBinaries now that it's actively used. Add tw-animate-css and tailwindcss to ignoreDependencies as they're used in CSS @import statements which knip doesn't detect.
1 parent 61ac1d1 commit 245b8cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

knip.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ const config: KnipConfig = {
3232
'@primeuix/utils',
3333
'@primevue/icons',
3434
// Dev
35-
'@trivago/prettier-plugin-sort-imports'
35+
'@trivago/prettier-plugin-sort-imports',
36+
// CSS imports that knip doesn't detect
37+
'tw-animate-css',
38+
'tailwindcss'
3639
],
3740
ignore: [
3841
// Auto generated manager types

0 commit comments

Comments
 (0)