mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Grunt: stricter JSHint settings
This commit is contained in:
parent
e8b7b2375e
commit
dc81cde4ab
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user