Skip to content

Commit e806222

Browse files
committed
Remove es5: true setting from /.jshintrc
This setting throws an error in JSHint 2.0.0 and above, as explained by http://jslinterrors.com/es5-option-is-now-set-per-default
1 parent 08b50b3 commit e806222

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.jshintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
"unused": true,
1111
"boss": true,
1212
"eqnull": true,
13-
"node": true,
14-
"es5": true
13+
"node": true
1514
}

0 commit comments

Comments
 (0)