Add mocha env for tests in eslint config

pull/21833/head
David Baker 2017-01-23 14:16:25 +00:00
parent 3cfa539230
commit 4d12a65529
1 changed files with 5 additions and 0 deletions

5
test/.eslintrc.js Normal file
View File

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