gajus / eslint-plugin-flowtype

Flow type linting rules for ESLint.
Other
1.08k stars 153 forks source link

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

Closed geraintwhite closed 3 years ago

geraintwhite commented 3 years ago

Implements new rule proposed for typescript-eslint here: https://github.com/typescript-eslint/typescript-eslint/issues/2738

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

gajus commented 3 years ago

:tada: This PR is included in version 6.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: