npm-debug.log cleaner use in pre-commit
npm install npm-debug-log-cleaner
jsnpm install husky // use husky to run precommit scriptnpm install npm-debug-log-cleaner
Precommit configuration
js"precommit": "npm-debug-log-cleaner"
MIT