-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Added no-self-import rule #449
Conversation
New rule checks against importing from the current file. Ref #447
I think this rule should leverage the At least, if |
This would be a cool rule to have! |
Hey, sorry all, I completely forgot about this. @jfmengels, I will happily pass this to you. |
Hey, no problem ;) |
If it's all right with everyone. I would like to take a crack at this one. |
Please do @giodamelio! |
Awesome, I just opened #727. |
New rule checks against importing from the current file. Ref #447.
First time working with eslint rules. Please review.