Skip to content

Commit f3eddf3

Browse files
committed
Remove ignoreExportsUsedInFile from default config
1 parent 29e5f17 commit f3eddf3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/create-config/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ const main = () => {
110110

111111
const knipConfig = {
112112
$schema: 'https://unpkg.com/knip@5/schema.json',
113-
ignoreExportsUsedInFile: {
114-
interface: true,
115-
type: true,
116-
},
117113
tags: ['-lintignore'],
118114
};
119115

0 commit comments

Comments
 (0)