Skip to content

Commit 0af345e

Browse files
committed
Merge pull request #1797 from DHainzl/patch-1
Updated .jshintrc to highlight for ... in without isOwnProperty
2 parents 3689d81 + f549c12 commit 0af345e

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)