You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixesjshintGH-670. We already warn about simple cases such
as "return a = b;" but were ignoring a bit more complicated
expressions such as "return o.a = b;".
When returning an assignment to a variable a warning is raised.
But when returning an assignment to a property no warning is raised:
Related to #342
The text was updated successfully, but these errors were encountered: