mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 13:34:59 -05:00
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:
committed by
Oleg Gaidarenko
parent
fae2daadaa
commit
9edd95ffd7
@@ -6,10 +6,7 @@
|
||||
"expr": true,
|
||||
"immed": true,
|
||||
"noarg": true,
|
||||
"onevar": true,
|
||||
"quotmark": "double",
|
||||
"smarttabs": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
|
||||
|
||||
@@ -6,10 +6,7 @@
|
||||
"expr": true,
|
||||
"immed": true,
|
||||
"noarg": true,
|
||||
"onevar": true,
|
||||
"quotmark": "double",
|
||||
"smarttabs": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user