We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b998a4 commit 2a72eaeCopy full SHA for 2a72eae
lib/config.js
@@ -19,7 +19,6 @@ module.exports = class Config {
19
this.detectiveConfig = options.detective || options.detectiveConfig || { includeCore: false };
20
this.tsConfig = options.tsConfig;
21
this.noTypeDefinitions = options.noTypeDefinitions;
22
-
23
this.filter = options.filter;
24
25
if (!this.filename) throw new Error('filename not given');
0 commit comments