aboutsummaryrefslogtreecommitdiffstats
path: root/.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 /.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 '.jshintrc')
-rw-r--r--.jshintrc5
1 files changed, 1 insertions, 4 deletions
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
+}