File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : " https://unpkg.com/knip@latest/schema.json" ,
3
3
"entry" : [" src/index.ts!" , " script/*e2e.js" ],
4
4
"ignoreBinaries" : [" gh" ],
5
- "ignoreExportsUsedInFile" : {
6
- "interface" : true ,
7
- "type" : true
8
- },
5
+ "ignoreExportsUsedInFile" : { "interface" : true , "type" : true },
9
6
"project" : [" src/**/*.ts!" , " script/**/*.js" ]
10
7
}
Original file line number Diff line number Diff line change @@ -204,13 +204,9 @@ exports[`expected file changes > knip.jsonc 1`] = `
204
204
" $schema" : " https://unpkg.com/knip@latest/schema.json" ,
205
205
- " entry" : [" src/index.ts!" , " script/*e2e.js" ],
206
206
- " ignoreBinaries" : [" gh" ],
207
- - " ignoreExportsUsedInFile" : {
208
- - " interface" : true ,
209
- - " type" : true
210
- - },
211
- - " project" : [" src/**/*.ts!" , " script/**/*.js" ]
212
207
+ " entry" : [" src/index.ts!" ],
213
- + " ignoreExportsUsedInFile" : { " interface" : true , " type" : true },
208
+ " ignoreExportsUsedInFile" : { " interface" : true , " type" : true },
209
+ - " project" : [" src/**/*.ts!" , " script/**/*.js" ]
214
210
+ " project" : [" src/**/*.ts!" ]
215
211
} "
216
212
`;
You can’t perform that action at this time.
0 commit comments