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.
ERROR: 31:20 strict-comparisons Cannot use '===' comparator for type 'undefined'.
ERROR: 35:20 strict-comparisons Cannot use '===' comparator for type 'undefined'.
ERROR: 39:20 strict-comparisons Cannot use '===' comparator for type 'undefined'.
ERROR: 43:20 strict-comparisons Cannot use '===' comparator for type 'null'.
ERROR: 47:20 strict-comparisons Cannot use '===' comparator for type 'null'.
ERROR: 51:20 strict-comparisons Cannot use '===' comparator for type 'null'.
Expected behavior
no errors
The text was updated successfully, but these errors were encountered:
Bug Report
Reproduction using TSLint Playground (not reproduced on playground)
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Expected behavior
no errors
The text was updated successfully, but these errors were encountered: