mirror of https://github.com/vector-im/riot-web
Merge pull request #639 from matrix-org/dbkr/lint_config_mocha
Add mocha env for tests in eslint configpull/21833/head
commit
7a445e05f8
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
mocha: true,
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue