Skip to content

Commit 6d58898

Browse files
committed
tell eshint we allow ECMA6 functions
1 parent c7c7fb2 commit 6d58898

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jshintrc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"node": true,
33
"curly": true,
44
"eqeqeq": true,
5+
"esversion": 6,
56
"freeze": true,
67
"immed": true,
78
"indent": 2,

0 commit comments

Comments
 (0)