Closed JimishF closed 8 years ago
I found a solution for it like write
/* jshint node: true */
but How to do this globally ?
Thank you! Solved it :)
Thank you very much
add config {"node": true} in .jshint file
Thank you so much!
@JimishF add this in your .jshintrc
Thank you for giving the solution.