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 think it would be nice if we had a rule that prevents importing the current file. It might happen when refactoring and moving files across directories. What do you think?
file: foo.jsx
importfoofrom'./foo';
importfoofrom'./foo.jsx';
The text was updated successfully, but these errors were encountered:
Hi,
I think it would be nice if we had a rule that prevents importing the current file. It might happen when refactoring and moving files across directories. What do you think?
file: foo.jsx
The text was updated successfully, but these errors were encountered: