From: jaubourg Date: Fri, 19 Oct 2012 08:09:52 +0000 (+0200) Subject: @mikesherov says `strict` is redundant when `node` is already there X-Git-Tag: 1.9.0b1~173^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=739ba96318f65d2f2c3c80772519fc0887a8c798;p=jquery.git @mikesherov says `strict` is redundant when `node` is already there --- diff --git a/.jshintrc b/.jshintrc index 79ed65fc1..5ff1e697d 100644 --- a/.jshintrc +++ b/.jshintrc @@ -9,7 +9,6 @@ "node": true, "quotmark": "double", "smarttabs": true, - "strict": true, "trailing": true, "undef": true, "unused": true