This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
use-isnan
fails when use NaN in ||
operator
#2255
Labels
Milestone
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Found an invalid comparison for NaN: a || NaN
Expected behavior
No errors
The text was updated successfully, but these errors were encountered: