commit 1f90b365180d74bf30d49815f2b78b01b81522c6 parent b29b8c40ea48aebc3e85d3b879968db3dfe4c2cd Author: Ben Alpert <ben@benalpert.com> Date: Sun, 26 Apr 2015 17:22:42 -0700 Add JSON as a global in .jshintrc Diffstat:
| M | .jshintrc | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.jshintrc b/.jshintrc @@ -62,6 +62,7 @@ "wsh" : false, "yui" : false, "globals": { + "JSON": false, "console": true } }