Add JSON as a global in .jshintrc

This commit is contained in:
Ben Alpert 2015-04-26 17:22:42 -07:00
parent b29b8c40ea
commit 1f90b36518

View File

@ -62,6 +62,7 @@
"wsh" : false,
"yui" : false,
"globals": {
"JSON": false,
"console": true
}
}