find uncommented console.log calls
regex to find uncommented console.log calls
^\s+(console.*)$
I usually use this with Ack:
ack "^\s+(console.*)$"
note: for bonus points add this to a git hook
Written by bjh
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Console
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#