Skip to content

Commit 979ab61

Browse files
authored
feat: use new options from latest version of eslint-plugin-import (#273)
1 parent 49ab9fd commit 979ab61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ module.exports = {
151151
'import/no-anonymous-default-export': 2,
152152
'import/no-cycle': [2, { commonjs: true }],
153153
'import/no-deprecated': 2,
154-
'import/no-dynamic-require': 2,
154+
'import/no-dynamic-require': [2, { esmodule: true }],
155155
'import/no-extraneous-dependencies': 2,
156156
'import/no-mutable-exports': 2,
157157
'import/no-named-default': 2,

0 commit comments

Comments
 (0)