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

Add mocha env for tests in eslint config
This commit is contained in:
Richard van der Hoff
2017-01-23 14:51:41 +00:00
committed by GitHub
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
env: {
mocha: true,
},
}