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

Prefer pipe

Open thewilkybarkid opened this issue 3 years ago • 0 comments

foo(bar(baz)) can be pipe(baz, bar, foo). (Suspect there might be quite a few gotchas implementing this one!)

Example

thewilkybarkid avatar Mar 19 '21 09:03 thewilkybarkid