gajus / eslint-plugin-flowtype

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

feat: add new rule sort-type-union-intersection-members #501

Closed geraintwhite closed 3 years ago

geraintwhite commented 3 years ago

Adds the sort-type-union-intersection-members rule from typescript-eslint.

It enforces that members of a type union/intersection are sorted alphabetically.

498

gajus commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: