From: Stephen Edgar Date: Sun, 25 Jan 2015 03:43:05 +0000 (+1100) Subject: Build: remove deprecated JSHint options X-Git-Tag: 3.0.0-alpha1+compat~107 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9edd95ffd7d4ffadb6893457a738a56d7e4c18d3;p=jquery.git Build: remove deprecated JSHint options (cherry-picked from 34da7d552982d8ab7b18c2ceca9786d5023930f6) JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029 --- diff --git a/src/.jshintrc b/src/.jshintrc index 6e8dcd3db..2de9e9c8d 100644 --- a/src/.jshintrc +++ b/src/.jshintrc @@ -6,10 +6,7 @@ "expr": true, "immed": true, "noarg": true, - "onevar": true, "quotmark": "double", - "smarttabs": true, - "trailing": true, "undef": true, "unused": true, diff --git a/test/.jshintrc b/test/.jshintrc index 70d68eade..c25fe832e 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -6,10 +6,7 @@ "expr": true, "immed": true, "noarg": true, - "onevar": true, "quotmark": "double", - "smarttabs": true, - "trailing": true, "undef": true, "unused": true,