From 9edd95ffd7d4ffadb6893457a738a56d7e4c18d3 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Sun, 25 Jan 2015 14:43:05 +1100 Subject: [PATCH] Build: remove deprecated JSHint options (cherry-picked from 34da7d552982d8ab7b18c2ceca9786d5023930f6) JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029 --- src/.jshintrc | 3 --- test/.jshintrc | 3 --- 2 files changed, 6 deletions(-) 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, -- 2.39.5