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
Unlike certain source literals like LINE_NUM, m is totally re-assignable. While there are valid reasons for wanting to do this in certain situations, it's typically not a great decision. So we should add a lint rule, something like Don't reassign m
The text was updated successfully, but these errors were encountered:
Unlike certain source literals like
LINE_NUM
,m
is totally re-assignable. While there are valid reasons for wanting to do this in certain situations, it's typically not a great decision. So we should add a lint rule, something likeDon't reassign m
The text was updated successfully, but these errors were encountered: