gajus / eslint-plugin-flowtype

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

Enforces that members of a type union/intersection are sorted alphabetically #498

Closed geraintwhite closed 2 years ago

geraintwhite commented 2 years ago

I propose to add the sort-type-union-intersection-members rule from typescript-eslint.

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

geraintwhite commented 2 years ago

Fixed in https://github.com/gajus/eslint-plugin-flowtype/pull/501