smartxml: support for setting data on text nodes
[fnpeditor.git] / .jshintrc
index 7dcb2d6..0abcc70 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
@@ -18,7 +18,7 @@
     "plusplus"      : false,
     "quotmark"      : true,
     "undef"         : true,
-    "unused"        : true,
+    "unused"        : "strict",
     "strict"        : true,
     "trailing"      : true,
     "maxparams"     : false,
     "validthis"     : false,
 
     // Environments
-    "browser"       : true,
+    "browser"       : false,
     "couch"         : false,
     "devel"         : false,
     "dojo"          : false,
-    "jquery"        : true,
+    "jquery"        : false,
     "mootools"      : false,
     "node"          : false,
     "nonstandard"   : false,