From: Aleksander Ɓukasz Date: Fri, 7 Mar 2014 10:32:37 +0000 (+0100) Subject: Stricter linting X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/94df6d05a448dd5bd429ef4e4dec14595df2bdae Stricter linting --- diff --git a/.jshintrc b/.jshintrc index be71a0b..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,