mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-08 12:57:46 +00:00
This PR adds a rule to disallow the use of console.log/console.error/etc from within the CLI package. The aim is to centralize our use of stdio within the CLI so that everything moves through our client's output module. It also disables the rule for all of the current console usage, with the hopes that we will clean things up soon™ Also want to note that the rule only applies to usage from within the CLI, so dependencies that the CLI pulls in (both external and even within this monorepo) are unaffected. Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>