diff options
author | Stephen Edgar <stephen@netweb.com.au> | 2015-01-25 14:43:05 +1100 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2015-03-08 06:30:01 +0300 |
commit | 34da7d552982d8ab7b18c2ceca9786d5023930f6 (patch) | |
tree | 7dc6c8c6b824131e64bcc469990a004c5007dfff /.jshintrc | |
parent | 361a0d5150a1c57b1857611cde1b05bd0ef21a50 (diff) | |
download | jquery-34da7d552982d8ab7b18c2ceca9786d5023930f6.tar.gz jquery-34da7d552982d8ab7b18c2ceca9786d5023930f6.zip |
Build: remove deprecated JSHint options
JSHint no longer supports `onevar`, `smarttabs` or `trailing` options.
Closes gh-2029
Diffstat (limited to '.jshintrc')
-rw-r--r-- | .jshintrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 +} |