Add mocha env for tests in eslint config

This commit is contained in:
David Baker
2017-01-23 14:16:25 +00:00
parent 3cfa539230
commit 4d12a65529

5
test/.eslintrc.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
env: {
mocha: true,
},
}