diff --git a/Gruntfile.js b/Gruntfile.js index 1c9f83c8..c568ccce 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -148,9 +148,14 @@ module.exports = function(grunt) { jshint: { options: { browser: true, + curly: true, eqeqeq: false, loopfunc: false, + noarg: true, trailing: true, + undef: true, + unused: true, + globals: { OpenSeadragon: true }