DEV Community

Discussion on: Say Goodbye to console.log from Production environment

Collapse
 
jlong4223 profile image
Jared Long • Edited

Could even use husky to setup custom git hooks for blocking a push or commit if linting fails

Collapse
 
gulshanaggarwal profile image
Gulshan Aggarwal

Nice trick! but what if you setup the rule late for you console.log ?