-
-
Notifications
You must be signed in to change notification settings - Fork 484
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
feat(linter): add the eslint/no_duplicate_imports rule #7309
feat(linter): add the eslint/no_duplicate_imports rule #7309
Conversation
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
0bbf025
to
3cdc7fb
Compare
CodSpeed Performance ReportMerging #7309 will not alter performanceComparing Summary
|
@camc314 I fixed the PR. Tell me if everything is ok for you |
…d of iterating on all AST nodes
…label to give more info
…mances with clippy
d8a1d44
to
95b33c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great! apologies for the delay!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!
Create the rule
Almost all cases are implemented. Already usable