You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have many index imports to files like e.g. /api/index.js which are currently imported as import '@/api'. When I run the fixer, it changes them to import '@/api.js' instead of @/api/index.js which causes my app to blow-up. I don't know if the fixer is attempting to actually resolve the files or not, and maybe this is outside the scope of this rule, but I don't think it should be auto-fixing at all if it can't be certain that it is a correct fix.