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
It seems like guard-for-in is happy as long as there's an if statement after the for loop but it doesn't actually check with whether hasOwnProperty is called.
The text was updated successfully, but these errors were encountered:
We have the eslint rule
but it doesn't error on cases like
which should actually look like:
It seems like
guard-for-in
is happy as long as there's an if statement after the for loop but it doesn't actually check with whetherhasOwnProperty
is called.The text was updated successfully, but these errors were encountered: