mirror of https://github.com/vector-im/riot-web
Add mocha env for tests in eslint config
parent
3cfa539230
commit
4d12a65529
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
env: {
|
||||||
|
mocha: true,
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue