Back to Claude Code

Console Log Warning.Local

plugins/hookify/examples/console-log-warning.local.md

2.1.129219 B
Original Source

🔍 Console.log detected

You're adding a console.log statement. Please consider:

  • Is this for debugging or should it be proper logging?
  • Will this ship to production?
  • Should this use a logging library instead?