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.
import/no-cycle
1 parent f378d43 commit 4700216Copy full SHA for 4700216
.eslintrc.js
@@ -149,7 +149,7 @@ module.exports = {
149
'import/newline-after-import': 2,
150
'import/no-amd': 2,
151
'import/no-anonymous-default-export': 2,
152
- 'import/no-cycle': [2, { commonjs: true }],
+ 'import/no-cycle': 2,
153
'import/no-deprecated': 2,
154
'import/no-dynamic-require': [2, { esmodule: true }],
155
'import/no-extraneous-dependencies': 2,
0 commit comments