Updated Branches:
  refs/heads/master 47fce0206 -> 7df5b6940

Updated .jshintrc to work around bug introduced in 0.9.1

Would basically force the white rule to be turned on adding a lot more
lint errors.

See: https://github.com/jshint/node-jshint/issues/131


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/7df5b694
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/7df5b694
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/7df5b694

Branch: refs/heads/master
Commit: 7df5b6940808f20f400dfc9d827caf286202e314
Parents: d51bc8b
Author: Gord Tanner <gtan...@gmail.com>
Authored: Thu Oct 4 11:22:22 2012 -0400
Committer: Gord Tanner <gtan...@gmail.com>
Committed: Thu Oct 4 11:22:22 2012 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/7df5b694/.jshintrc
----------------------------------------------------------------------
diff --git a/.jshintrc b/.jshintrc
index 5997968..6352606 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -134,8 +134,8 @@
   "sub": false,
   // If trailing whitespace rules apply.
   "trailing": true,
-  // If strict whitespace rules apply.
-  "white": false,
   // Specify indentation.
-  "indent": 4
+  "indent": 4,
+  // If strict whitespace rules apply.
+  "white": false
 }

Reply via email to