Skip to content
This repository was archived by the owner on Dec 25, 2017. It is now read-only.

Commit 72c3d1b

Browse files
committed
fix(lint): resolve eslint error
1 parent d8fb356 commit 72c3d1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"before": true,
1212
"after": true,
1313
"beforeEach": true,
14-
"afterEach": true
14+
"afterEach": true,
15+
"sinon": true
1516
},
1617

1718
"ecmaFeatures": {

0 commit comments

Comments
 (0)