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
We should ensure that console methods aren't used incorrectly across the codebase. We can enforce this by enabling the no-console rule. Any instances where it should be kept should have valid justifications.
We should ensure that
console
methods aren't used incorrectly across the codebase. We can enforce this by enabling theno-console
rule. Any instances where it should be kept should have valid justifications.This should probably broken up into separate PRs.
Inspired by #5610
The text was updated successfully, but these errors were encountered: