Grunt: stricter JSHint settings

This commit is contained in:
Chris Adams 2013-06-18 17:11:08 -04:00
parent e8b7b2375e
commit dc81cde4ab

View File

@ -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
}