eslint-plugin-fp-ts
eslint-plugin-fp-ts copied to clipboard
Prefer dedicated category
(This issue probably deserves a better name.)
fp-ts 2.10 includes TaskOption
, which can replace usage of nesting an Option
in Task
. The same also applies with TaskEither
etc.