]> source.dussan.org Git - jquery.git/commitdiff
Build: remove deprecated JSHint options
authorStephen Edgar <stephen@netweb.com.au>
Sun, 25 Jan 2015 03:43:05 +0000 (14:43 +1100)
committerOleg Gaidarenko <markelog@gmail.com>
Sun, 8 Mar 2015 03:30:41 +0000 (06:30 +0300)
(cherry-picked from 34da7d552982d8ab7b18c2ceca9786d5023930f6)

JSHint no longer supports `onevar`, `smarttabs` or `trailing` options.

Closes gh-2029

src/.jshintrc
test/.jshintrc

index 6e8dcd3db3d4c118e844beb716671988bde1b60a..2de9e9c8da7305b4d606c5fb0781f4ca7ab081dc 100644 (file)
@@ -6,10 +6,7 @@
        "expr": true,
        "immed": true,
        "noarg": true,
-       "onevar": true,
        "quotmark": "double",
-       "smarttabs": true,
-       "trailing": true,
        "undef": true,
        "unused": true,
 
index 70d68eadef9ff49a48533e7c2453c8d172ec7c09..c25fe832ec59ccdfb461555e3b971f1631020897 100644 (file)
@@ -6,10 +6,7 @@
        "expr": true,
        "immed": true,
        "noarg": true,
-       "onevar": true,
        "quotmark": "double",
-       "smarttabs": true,
-       "trailing": true,
        "undef": true,
        "unused": true,