How to use console.log and pass the linter
Coding guidelines and lint tools are always a must when creating applications or any script in NodeJS.
However, I sometimes feel frustrated when the linter tells me to not use console.log('Hey!'), I just simply want to output…