eslint-plugin-fp-ts icon indicating copy to clipboard operation
eslint-plugin-fp-ts copied to clipboard

Remove redundant Either

Open thewilkybarkid opened this issue 3 years ago • 0 comments

I've seen a few cases of Either<never, T>, it'd be useful to have a rule to prevent these (doubt many, if any, cases are fixable though).

Example

thewilkybarkid avatar Mar 19 '21 08:03 thewilkybarkid