Skip to content

Commit 9edd95f

Browse files
ntwbmarkelog
authored andcommitted
Build: remove deprecated JSHint options
(cherry-picked from 34da7d5) JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029
1 parent fae2daa commit 9edd95f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/.jshintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"expr": true,
77
"immed": true,
88
"noarg": true,
9-
"onevar": true,
109
"quotmark": "double",
11-
"smarttabs": true,
12-
"trailing": true,
1310
"undef": true,
1411
"unused": true,
1512

test/.jshintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"expr": true,
77
"immed": true,
88
"noarg": true,
9-
"onevar": true,
109
"quotmark": "double",
11-
"smarttabs": true,
12-
"trailing": true,
1310
"undef": true,
1411
"unused": true,
1512

0 commit comments

Comments
 (0)