-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add lint rule to disallow require.ensure
#1524
Comments
I would like to work on this. Apparently, there is no such a rule comes with |
Per import-js/eslint-plugin-import#743 (comment), eslint core already supports |
@ljharb Thanks for pointing it out. I'll use |
We need a lint rule that will error when
require.ensure
is used.Users should use
import()
instead.The text was updated successfully, but these errors were encountered: