eslint-plugin-fp-ts
eslint-plugin-fp-ts copied to clipboard
Remove redundant Either
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).