diff --git a/Gruntfile.js b/Gruntfile.js index b81b4ac..1d4aca2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -70,7 +70,8 @@ module.exports = function (grunt) { jshint: { options: { laxcomma: true, - expr: true + expr: true, + eqnull: true }, all: ['Gruntfile.js', 'dist/cli/**/*.js', 'test/*.js'] }