mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
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:
@@ -17,6 +17,7 @@
|
||||
"wsh": true,
|
||||
|
||||
"globals": {
|
||||
"JSON": false,
|
||||
"jQuery": true,
|
||||
"define": false,
|
||||
"module": false,
|
||||
|
||||
Reference in New Issue
Block a user