Build: Update grunt-contrib-jshint

JSON needed to be added to JSHint globals as it's not implied by the es3
setting and yet all our supported browsers have it implemented.

(cherry-picked from 1556c4661a)
This commit is contained in:
Michał Gołębiowski
2015-06-01 23:25:38 +02:00
parent 24a6bb9fe8
commit a022da7056
3 changed files with 4 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
"wsh": true,
"globals": {
"JSON": false,
"jQuery": true,
"define": false,
"module": false,