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
Improve message for the checkConditionals, mentioning that if you indeed want to check that the variable is initialized, you can explicit the check with a === undefined.
Add checkVoidReturn.arguments = false setting, It should take care of:
Event emitter callbacks
Express handlers
The text was updated successfully, but these errors were encountered:
Improve message for the checkConditionals, mentioning that if you indeed want to check that the variable is initialized, you can explicit the check with a
=== undefined
.Add
checkVoidReturn.arguments = false
setting, It should take care of:The text was updated successfully, but these errors were encountered: