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~104 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=34da7d552982d8ab7b18c2ceca9786d5023930f6;p=jquery.git Build: remove deprecated JSHint options JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029 --- diff --git a/.jshintrc b/.jshintrc index 13a9e01b9..1445c7b18 100644 --- a/.jshintrc +++ b/.jshintrc @@ -6,12 +6,9 @@ "expr": true, "immed": true, "noarg": true, - "onevar": true, "quotmark": "double", - "smarttabs": true, - "trailing": true, "undef": true, "unused": true, "node": true -} \ No newline at end of file +} diff --git a/src/.jshintrc b/src/.jshintrc index dab1957d7..a48233b29 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 563b299e7..7d24cba5d 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,