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
JSHint W117 inline ignore

JSHint override not being respected. [Output]: [L59:C38] W117: 'alert' is not defined. [Output]: /*jshint -W117 */alert("failed to load …

jslint jshint grunt-contrib-jshint