We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint-plugin-import
1 parent 49ab9fd commit 979ab61Copy full SHA for 979ab61
.eslintrc.js
@@ -151,7 +151,7 @@ module.exports = {
151
'import/no-anonymous-default-export': 2,
152
'import/no-cycle': [2, { commonjs: true }],
153
'import/no-deprecated': 2,
154
- 'import/no-dynamic-require': 2,
+ 'import/no-dynamic-require': [2, { esmodule: true }],
155
'import/no-extraneous-dependencies': 2,
156
'import/no-mutable-exports': 2,
157
'import/no-named-default': 2,
0 commit comments