Closed dmtrs closed 9 years ago
Can you please share your gruntfile specially the part where you have your eslint configured. How to does watch calls it again. I have never used grunt watch that why I want more info. Thanks
Was wrong configuration from my side. For future use grunt-contrib-watch
spawn
flag should be false
I am using
gruntify-eslint
along withgrunt-contrib-watch
and I have the following snippet in myGruntfile.js
:In order to lint only files altered and not all the project. Unfortunately it does not seem to work for
gruntify-eslint