From 370c503d661f7fccf661779ea5f0861f53b08c4d Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 6 Nov 2013 20:26:42 +0000 Subject: [PATCH] Add es3 and onevar to the JSHint configuration as discussed in IRC. Props jorbin, see #25187. git-svn-id: https://develop.svn.wordpress.org/trunk@26025 602fd350-edb4-49c9-b593-d223f7449a82 --- .jshintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.jshintrc b/.jshintrc index 7c6c4e070a..390d8a3083 100644 --- a/.jshintrc +++ b/.jshintrc @@ -11,6 +11,8 @@ "trailing": true, "undef": true, "unused": true, + "es3": true, + "onevar": true, "browser": true,