X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/335434f8647077124e424880daf8f636e8cdc7b5..e51396f5e4a7b44b55bd5e9806c296b85b44a1d1:/.jshintrc

diff --git a/.jshintrc b/.jshintrc
index 7dcb2d6..0abcc70 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -18,7 +18,7 @@
     "plusplus"      : false,
     "quotmark"      : true,
     "undef"         : true,
-    "unused"        : true,
+    "unused"        : "strict",
     "strict"        : true,
     "trailing"      : true,
     "maxparams"     : false,
@@ -53,11 +53,11 @@
     "validthis"     : false,
 
     // Environments
-    "browser"       : true,
+    "browser"       : false,
     "couch"         : false,
     "devel"         : false,
     "dojo"          : false,
-    "jquery"        : true,
+    "jquery"        : false,
     "mootools"      : false,
     "node"          : false,
     "nonstandard"   : false,