Skip to content

Commit b5687f6

Browse files
ntwbmarkelog
authored andcommitted
Build: remove deprecated JSHint options
JSHint no longer supports `onevar`, `smarttabs` or `trailing` options. Closes gh-2029
1 parent ce5ba54 commit b5687f6

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.jshintrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
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

1613
"node": true
17-
}
14+
}

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)