Pattern: Unnecessary callback wrapper
Issue: -
Replace x => f(x)
with just f
. To catch more cases, enable only-arrow-functions
and arrow-return-shorthand
too.
Pattern: Unnecessary callback wrapper
Issue: -
Replace x => f(x)
with just f
. To catch more cases, enable only-arrow-functions
and arrow-return-shorthand
too.