gyandeeps / gruntify-eslint

Grunt plugin for Eslint
MIT License
14 stars 8 forks source link

Replaced console.log with grunt.log.writeln #30

Closed ehpc closed 7 years ago

ehpc commented 7 years ago

There is some incompatibility with latest grunt/nodejs or something which supresses output of console.log. Using grunt.log.writeln doesn't have this issue.