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

Commit

Permalink
fix(lint): resolve eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Nov 23, 2015
1 parent d8fb356 commit 72c3d1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"before": true,
"after": true,
"beforeEach": true,
"afterEach": true
"afterEach": true,
"sinon": true
},

"ecmaFeatures": {
Expand Down

0 comments on commit 72c3d1b

Please sign in to comment.