Skip to content

Commit f549c12

Browse files
committed
Updated .jshintrc to highlight for ... in without isOwnProperty
Issue #1792
1 parent 3689d81 commit f549c12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.jshintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"undef": true,
77
"unused": "vars",
88
"noarg": true,
9-
"eqnull": true
9+
"eqnull": true,
10+
"forin": true
1011
}

0 commit comments

Comments
 (0)