mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-30 12:32:02 +00:00
315 B
315 B
name, enabled, event, pattern, action
| name | enabled | event | pattern | action |
|---|---|---|---|---|
| warn-console-log | true | file | console.log( | warn |
🔍 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?