X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/335434f8647077124e424880daf8f636e8cdc7b5..b77bfa044453a746889284a4fd9a433a96b17619:/.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,