Skip to content

Commit a563bc7

Browse files
authored
Update .jshintrc (#45)
Use `esversion: 6` instead of the deprecated `esnext` option.
1 parent a0c262e commit a563bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"curly": true,
44
"eqeqeq": true,
55
"eqnull": true,
6-
"esnext": true,
6+
"esversion": 6,
77
"immed": true,
88
"latedef": true,
99
"newcap": true,

0 commit comments

Comments
 (0)