Pattern: Missing use of fat arrow
Issue: -
Warns when you do not use a fat arrow for functions defined inside
method bodies. This assures that this
is always bound to the
method's object inside the code block of a method.
Pattern: Missing use of fat arrow
Issue: -
Warns when you do not use a fat arrow for functions defined inside
method bodies. This assures that this
is always bound to the
method's object inside the code block of a method.