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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Get error This type is not allowed in the operand for the '&&' operator because it unions more than one truthy/falsy type. Allowed types are boolean or undefined-union.
Expected behavior
It should pass. If I remove "ignore-rhs" from tslint.json it passes.
The text was updated successfully, but these errors were encountered:
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Get error
This type is not allowed in the operand for the '&&' operator because it unions more than one truthy/falsy type. Allowed types are boolean or undefined-union.
Expected behavior
It should pass. If I remove "ignore-rhs" from tslint.json it passes.
The text was updated successfully, but these errors were encountered: