-
-
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
newline-after-import will break when there is an export right after an import #2063
Comments
The issue is still remaining. Why was it closed? |
@annguyen-dev issues everywhere on GitHub are closed when the fix lands, not when the fix is released. The next release - which will be soon - will contain the fix. |
yea, also still experiencing the issue |
The last release on npm (2.23.1) doesn't contain the changes from 8d7ec17 See https://unpkg.com/browse/[email protected]/CHANGELOG.md and https://unpkg.com/browse/[email protected]/lib/rules/newline-after-import.js |
Hello,
We found a bug when exporting right after importing like this:
It throws:
The problem occurs when using eslint-import-plugin 2.23.0
It was fine when I was using 2.22.1
I created a repo to reproduce the problem https://github.com/carlosnakane/eslint-plugin-import-bug-report
The text was updated successfully, but these errors were encountered: