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
Node debug is making fp/no-unused-expression unhappy because it's a noop. Is there a way to say "Yo, this is like console, he's a cool noop..." or do I just // eslint-disable-line for all debugs?
The text was updated successfully, but these errors were encountered:
Node debug is making
fp/no-unused-expression
unhappy because it's a noop. Is there a way to say "Yo, this is likeconsole
, he's a cool noop..." or do I just// eslint-disable-line
for all debugs?The text was updated successfully, but these errors were encountered: