-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no-cycle: consider deep require calls #1056
Comments
I'd appreciate this a lot; just fiddled with the Just had a quick look at |
There's eslint-plugin-dependencies that used to work with |
Related: #971 |
I'm writing some tests for this. How do you expect this to work with regards to the |
So this is sort-of a revert of #797 ? |
sort of, just reverted behind the option :-) (and avoiding the crash) |
Just making a note to come back to
no-cycle
and capturerequire
calls inExportMap
to check for cycles in addition to exploringimport
statements.The text was updated successfully, but these errors were encountered: