From fcbf57cf0d6c0410b4b1098861465f821335ef5e Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Mon, 18 Jan 2016 20:15:39 -0800 Subject: [PATCH] fix .jshintrc --- .jshintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index f3911591..2240be2a 100644 --- a/.jshintrc +++ b/.jshintrc @@ -5,7 +5,7 @@ "freeze": true, "funcscope": true, "futurehostile": true, - "globalstrict": true, + "strict": "global", "latedef": true, "maxparams": 1, "noarg": true,