-
Notifications
You must be signed in to change notification settings - Fork 12
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
No-relative-import fixer doesn't actually work #9
Comments
@anand-sundaram-zocdoc little late I know but if you never solved this or anybody else that has this problem. I have created a pr for this #30 don't know if the library is still being maintained. if not add the following code into your library. I this also adds a fixer for the no-internal-import I have created a file
|
I ran eslint --fix on my monorepo and it correctly identified a relative import as an error but did not fix it, even though this plugin says the relative import error is autofixable.
The text was updated successfully, but these errors were encountered: