Skip to content

Commit

Permalink
ESLint config: Enable mocha env for files in test/
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Feb 16, 2021
1 parent 60dc4ec commit df7b1b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/.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 df7b1b5

Please sign in to comment.