Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg committed Jul 16, 2020
1 parent e480380 commit 007a6c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
'env': {
'mocha': true
},
}
env: {
mocha: true
}
};

0 comments on commit 007a6c9

Please sign in to comment.