Skip to content

Commit 951b467

Browse files
authored
Merge pull request #10 from cloudability/typoFix
Fixed Regex Typo
2 parents 5c073af + e7afdd3 commit 951b467

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ module.exports = {
195195
ignoreTemplateLiterals: true,
196196

197197
// require / async import statements can be as long as they need to be
198-
ignorePattern: '.*(\\(|\\s)+(require|import)\\(',
198+
ignorePattern: '.*(\\(|\\s)+(require|import)\\)',
199199
}],
200200
},
201201
};

0 commit comments

Comments
 (0)