[Pkg-javascript-commits] [node-leveldown] 395/492: updated jshintrc

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:14:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.

commit 268e39798541a88934767b844923d11e88811a69
Author: Rod Vagg <rod at vagg.org>
Date:   Mon Aug 26 10:26:15 2013 +1000

    updated jshintrc
---
 .jshintrc | 69 +++++++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 49 insertions(+), 20 deletions(-)

diff --git a/.jshintrc b/.jshintrc
index 285b9e4..7937650 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,30 +1,59 @@
 {
-    "predef": [ "assert", "refute", "define" ]
-  , "boss": true
-  , "bitwise": true
-  , "shadow": true
-  , "trailing": true
-  , "immed": true
-  , "latedef": true
-  , "forin": false
+    "predef": [ ]
+  , "bitwise": false
+  , "camelcase": false
   , "curly": false
-  , "debug": true
-  , "devel": false
-  , "evil": true
+  , "eqeqeq": false
+  , "forin": false
+  , "immed": false
+  , "latedef": false
+  , "noarg": true
+  , "noempty": true
+  , "nonew": true
+  , "plusplus": false
+  , "quotmark": true
   , "regexp": false
   , "undef": true
-  , "sub": true
-  , "white": false
+  , "unused": true
+  , "strict": false
+  , "trailing": true
+  , "maxlen": 120
   , "asi": true
-  , "laxbreak": true
+  , "boss": true
+  , "debug": true
   , "eqnull": true
+  , "esnext": true
+  , "evil": true
+  , "expr": true
+  , "funcscope": false
+  , "globalstrict": false
+  , "iterator": false
+  , "lastsemic": true
+  , "laxbreak": true
+  , "laxcomma": true
+  , "loopfunc": true
+  , "multistr": false
+  , "onecase": false
+  , "proto": false
+  , "regexdash": false
+  , "scripturl": true
+  , "smarttabs": false
+  , "shadow": false
+  , "sub": true
+  , "supernew": false
+  , "validthis": true
   , "browser": true
+  , "couch": false
+  , "devel": false
+  , "dojo": false
+  , "mootools": false
   , "node": true
-  , "laxcomma": true
-  , "proto": true
-  , "expr": true
-  , "es5": true
-  , "esnext": true
-  , "strict": false
+  , "nonstandard": true
+  , "prototypejs": false
+  , "rhino": false
+  , "worker": true
+  , "wsh": false
+  , "nomen": false
   , "onevar": true
+  , "passfail": false
 }
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git



More information about the Pkg-javascript-commits mailing list