mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
Grunt: stricter JSHint settings
This commit is contained in:
parent
e8b7b2375e
commit
dc81cde4ab
@ -148,9 +148,14 @@ module.exports = function(grunt) {
|
|||||||
jshint: {
|
jshint: {
|
||||||
options: {
|
options: {
|
||||||
browser: true,
|
browser: true,
|
||||||
|
curly: true,
|
||||||
eqeqeq: false,
|
eqeqeq: false,
|
||||||
loopfunc: false,
|
loopfunc: false,
|
||||||
|
noarg: true,
|
||||||
trailing: true,
|
trailing: true,
|
||||||
|
undef: true,
|
||||||
|
unused: true,
|
||||||
|
|
||||||
globals: {
|
globals: {
|
||||||
OpenSeadragon: true
|
OpenSeadragon: true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user