Skip to content

Commit 8fa1c3e

Browse files
committed
Turn off ESLint rule import/no-dynamic-require in testing
1 parent d84662b commit 8fa1c3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/.eslintrc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ module.exports = {
33
env: {
44
mocha: true,
55
},
6+
rules: {
7+
'import/no-dynamic-require': 'off'
8+
}
69
};

0 commit comments

Comments
 (0)