-
Notifications
You must be signed in to change notification settings - Fork 10
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/sort-imports doesn't autofix #49
Comments
Hi @dkent600 , you can consider |
I could, but isn't this what eslint-plugin-autofix claims to do? |
@g-plane eslint-plugin-import works, thanks for the suggestion |
Why is this rule included in "autofix" if it's not fixed? Pretty frustrating. |
IMO, it should be fixed. |
False advertising lol |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
autofix/sort-imports reports error but doesn't autofix.
the rule:
the imports:
This is a .tsx file, where the AST is being generated by https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser
.eslintrc is attached
.eslintrc.zip
The text was updated successfully, but these errors were encountered: