1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

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,
},
}