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 72ab84e commit 349f351Copy full SHA for 349f351
knip.config.ts
@@ -23,7 +23,7 @@ const config: KnipConfig = {
23
project: ['src/**/*.{js,ts}']
24
}
25
},
26
- ignoreBinaries: ['python3', 'stylelint'],
+ ignoreBinaries: ['python3'],
27
ignoreDependencies: [
28
// Weird importmap things
29
'@iconify/json',
@@ -32,8 +32,7 @@ const config: KnipConfig = {
32
'@primeuix/utils',
33
'@primevue/icons',
34
// Dev
35
- '@trivago/prettier-plugin-sort-imports',
36
- 'stylelint'
+ '@trivago/prettier-plugin-sort-imports'
37
],
38
ignore: [
39
// Auto generated manager types
0 commit comments