Skip to content

Commit 2a72eae

Browse files
authored
Update config.js
1 parent 2b998a4 commit 2a72eae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/config.js

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ module.exports = class Config {
1919
this.detectiveConfig = options.detective || options.detectiveConfig || { includeCore: false };
2020
this.tsConfig = options.tsConfig;
2121
this.noTypeDefinitions = options.noTypeDefinitions;
22-
2322
this.filter = options.filter;
2423

2524
if (!this.filename) throw new Error('filename not given');

0 commit comments

Comments
 (0)