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 5c36388 commit b880356Copy full SHA for b880356
knip.ts
@@ -16,6 +16,9 @@ const config: KnipConfig = {
16
babel: {
17
config: ['node_package/babel.config.js'],
18
},
19
+ ignore: [
20
+ 'node_package/tests/emptyForTesting.js',
21
+ ],
22
ignoreBinaries: [
23
// Knip fails to detect it's declared in devDependencies
24
'nps',
0 commit comments