Top "Grunt-contrib-jshint" questions

a grunt plugin to validate files with JSHint.

arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6')

Currently I'm running my tests with protractor/grunt but I'm getting the follow error message: 'arrow function syntax (=>)' …

javascript gruntjs ecmascript-6 jshint grunt-contrib-jshint
Grunt Warning: Path must be a string. Received a null

I'm getting this error when I try to compile with Grunt. I haven't used it much before but I seem …

gruntjs jshint grunt-contrib-jshint
difference between globals and predef in .jshintrc?

What the difference and purpose of having both of them in the .jshintrc? When I want to add a variable …

node.js jshint grunt-contrib-jshint