-
-
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
'order ' rule breaks v2.21.1 - TypeError: Cannot read property 'indexOf' of null #1808
Comments
export import? I’m not familiar with that syntax. |
Looks like it's this: https://stackoverflow.com/a/30714301/632724 but that suggests it should be Either way, fix incoming. |
Looks like this fix isn't actually showing up in the release (2.21.1). Any idea when the release will include this change? |
@gbuchthal this happens in the latest release(2.21.1), thus the fix will probably only be fixed in the next patch. |
Indeed; this fix is not yet released. |
I'm currently on the latest version of
eslint-plugin-import
(2.21.1
), and it seems to be breaking my linting stage for some reason.Can't see how this particular line will go wrong, unless there are any breaking changes in that rule:
export import CreateSomething = _CreateSomething;
I didn't face any of such issues on the previous minor version. If there are any new changes to the rule, it should be reflected as part of the linting result, rather than throwing an error halfway.
The text was updated successfully, but these errors were encountered: