Build: remove deprecated JSHint options

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

Closes gh-2029
This commit is contained in:
Stephen Edgar 2015-01-25 14:43:05 +11:00 committed by Oleg Gaidarenko
parent 361a0d5150
commit 34da7d5529
3 changed files with 1 additions and 10 deletions

View File

@ -6,10 +6,7 @@
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,

View File

@ -6,10 +6,7 @@
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,

View File

@ -6,10 +6,7 @@
"expr": true,
"immed": true,
"noarg": true,
"onevar": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,