Updated jshint to be aware of globals "Random" and "make"

This commit is contained in:
pyoor 2017-04-06 21:49:07 +02:00
parent 7b5855e18f
commit c318afc6ca
1 changed files with 8 additions and 2 deletions

View File

@ -12,5 +12,11 @@
"eqnull": true,
"node": true,
"maxerr": 2000,
"esversion": 6
}
"esversion": 6,
"undef": true,
"unused": true,
"globals": {
"Random": true,
"make": true
}
}