Skip to content

Commit 04297d7

Browse files
authored
Update `.jshintrc to support ES6
1 parent 1bdb8ec commit 04297d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jshintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"es3": true,
2+
"esversion": 6,
33
"indent": 2,
44
"eqnull": true,
55
"loopfunc": true

0 commit comments

Comments
 (0)