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

feat: add new rule no-duplicate-type-union-intersection-members #503

Merged

Conversation

geraintwhite
Copy link
Contributor

Implements new rule proposed for typescript-eslint here: typescript-eslint/typescript-eslint#2738

This rule is similar to the sort-type-union-intersection-members rule but checks for duplicate members of a type union/intersection.

@gajus gajus merged commit 1c1c009 into gajus:master Sep 20, 2021
@gajus
Copy link
Owner

gajus commented Sep 20, 2021

🎉 This PR is included in version 6.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants