From f549c125186bf750146992dc77bb5116c0961bd3 Mon Sep 17 00:00:00 2001 From: DHainzl Date: Fri, 10 Jan 2014 20:22:07 +0100 Subject: [PATCH] Updated .jshintrc to highlight for ... in without isOwnProperty Issue #1792 --- .jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 4f1430c9..cb2794b4 100644 --- a/.jshintrc +++ b/.jshintrc @@ -6,5 +6,6 @@ "undef": true, "unused": "vars", "noarg": true, - "eqnull": true + "eqnull": true, + "forin": true }