aboutsummaryrefslogtreecommitdiffstats
path: root/test/.jshintrc
diff options
context:
space:
mode:
authorStephen Edgar <stephen@netweb.com.au>2015-01-25 14:43:05 +1100
committerOleg Gaidarenko <markelog@gmail.com>2015-03-08 06:30:01 +0300
commit34da7d552982d8ab7b18c2ceca9786d5023930f6 (patch)
tree7dc6c8c6b824131e64bcc469990a004c5007dfff /test/.jshintrc
parent361a0d5150a1c57b1857611cde1b05bd0ef21a50 (diff)
downloadjquery-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 'test/.jshintrc')
-rw-r--r--test/.jshintrc3
1 files changed, 0 insertions, 3 deletions
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,