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
Relax the rule by enabling `ignorePrimitives`. Reason is that the rule
suggest changes that break working code. E.g. `a || b` vs `a ?? b`
is something completely different when `a` is a string or a number, yet
the rule suggests the change.
0 commit comments