Skip to content
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

Create a general no-duplicate-imports rule #709

Closed
adamviktora opened this issue Jul 22, 2024 · 0 comments · Fixed by #713
Closed

Create a general no-duplicate-imports rule #709

adamviktora opened this issue Jul 22, 2024 · 0 comments · Fixed by #713
Assignees
Labels

Comments

@adamviktora
Copy link
Contributor

Create a rule that will run as a last rule (similar to no-unused-imports rule) and it will get rid of duplicate imports (same imported and local name from the same package).

Required actions:

  1. Build codemod
  2. Build test
  3. Update readme with description & example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant