Closed
Description
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
import foo from './foo';
import foo from './foo.jsx';