-
-
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
autofix "import/order" will produce new problems? #1252
Labels
Comments
This is a serious bug; if it's not fixed soon, we'll have to disable autofixing for the entire rule. cc @tihonove / #908, @justinanastos / #1137. |
tihonove
added a commit
to tihonove/eslint-plugin-import
that referenced
this issue
Jan 3, 2019
tihonove
added a commit
to tihonove/eslint-plugin-import
that referenced
this issue
Jan 3, 2019
Reordering import statement to line below ignores uncrossable statements Fix import-js#1252
tihonove
added a commit
to tihonove/eslint-plugin-import
that referenced
this issue
Jan 3, 2019
tihonove
added a commit
to tihonove/eslint-plugin-import
that referenced
this issue
Jan 3, 2019
Reordering import statement to line below ignores uncrossable statements Fix import-js#1252
tihonove
added a commit
to tihonove/eslint-plugin-import
that referenced
this issue
Feb 17, 2019
tihonove
added a commit
to tihonove/eslint-plugin-import
that referenced
this issue
Feb 17, 2019
Reordering import statement to line below ignores uncrossable statements Fix import-js#1252
ljharb
pushed a commit
to tihonove/eslint-plugin-import
that referenced
this issue
Oct 9, 2019
Fixes import-js#1252. - Reordering import statement to line below ignores uncrossable statements - Add more tests for ordering around function call
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
env:
os: macos 10.14.2
node: 10.15.0
npm: 6.4.1
eslint: local 5.11.1
package.json
.eslintrc.js
a.js
b.js
Now, b.js:
repo for test
The text was updated successfully, but these errors were encountered: