Skip to content

Commit 6308c5f

Browse files
committed
fix jshint error
1 parent e70466c commit 6308c5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/.jshintrc

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

0 commit comments

Comments
 (0)