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
prefer-is-nil currently supports suggesting x === undefined || x === null -> isNil(x), but there is no equivalent for x === undefined -> isUndefined(x) and x === null -> isNull(x).
The text was updated successfully, but these errors were encountered:
prefer-is-nil
currently supports suggestingx === undefined || x === null
->isNil(x)
, but there is no equivalent forx === undefined
->isUndefined(x)
andx === null
->isNull(x)
.The text was updated successfully, but these errors were encountered: