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
fix(eslint-plugin): [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#10473)
* [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter
* use a much simpelr for loop instead of several confusing .some() checks
* bail early if both a possibly-truthy and a possibly-falsy have been detected
* put back code that checks non-callables
0 commit comments