deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

to-do: enable `no-console` lint rule

Open iuioiua opened this issue 1 year ago • 0 comments

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.

This should probably broken up into separate PRs.

Inspired by #5610

iuioiua avatar Aug 02 '24 01:08 iuioiua