eslint-plugin-fp-ts
eslint-plugin-fp-ts copied to clipboard
Prefer pipe
foo(bar(baz))
can be pipe(baz, bar, foo)
. (Suspect there might be quite a few gotchas implementing this one!)