Skip to content

Commit

Permalink
Add eslint config for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Sep 10, 2021
1 parent 07942ef commit 5d09946
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
env: {
mocha: true
}
};

0 comments on commit 5d09946

Please sign in to comment.