Skip to content

Commit 47528db

Browse files
authored
Merge pull request #23 from dmurvihill/es6-hints
Configure for ES6 hints
2 parents d162652 + daf5e23 commit 47528db

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)