X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/ba0c4611f99a2ba9bb7af4b686924832703036e7..95d7d373a581746ce68ada33dd890ecc385245ed:/.jshintrc

diff --git a/.jshintrc b/.jshintrc
index 8d67add..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,7 +53,7 @@
     "validthis"     : false,
 
     // Environments
-    "browser"       : true,
+    "browser"       : false,
     "couch"         : false,
     "devel"         : false,
     "dojo"          : false,