Skip to content

Commit daf5e23

Browse files
committed
Configure for ES6 hints
1 parent 2accb8a commit daf5e23

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.jshintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"node": true
2+
"node": true,
3+
"esversion": 6
34
}

test/.jshintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"node": true,
3-
"mocha": true
3+
"mocha": true,
4+
"esversion": 6
45
}

0 commit comments

Comments
 (0)