You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/05/21 21:28:24 UTC

git commit: ES5 option no longer needed in .jshintrc.

Updated Branches:
  refs/heads/next fb77af84a -> f255cb7b3


ES5 option no longer needed in .jshintrc.

It is set true as default (in v2.0.1).

If it is not removed, JSHint will verbosely log a similar message to the
console a lot of times.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/f255cb7b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/f255cb7b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/f255cb7b

Branch: refs/heads/next
Commit: f255cb7b32bb679238b116937d4a0ffeccb973ed
Parents: fb77af8
Author: Brent Lintner <br...@gmail.com>
Authored: Wed May 15 14:12:02 2013 -0400
Committer: Brent Lintner <br...@gmail.com>
Committed: Tue May 21 15:25:04 2013 -0400

----------------------------------------------------------------------
 .jshintrc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/f255cb7b/.jshintrc
----------------------------------------------------------------------
diff --git a/.jshintrc b/.jshintrc
index e9db285..390b68b 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -91,7 +91,6 @@
     },
 
     "node" : true,
-    "es5" : true,
     "browser" : false,
 
     "boss" : false,