Build: remove deprecated JSHint options

(cherry-picked from 34da7d5529)

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 fae2daadaa
commit 9edd95ffd7
2 changed files with 0 additions and 6 deletions

View File

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

View File

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