Merge pull request #639 from matrix-org/dbkr/lint_config_mocha

Add mocha env for tests in eslint config
pull/21833/head
Richard van der Hoff 2017-01-23 14:51:41 +00:00 committed by GitHub
commit 7a445e05f8
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,
},
}