Disable eslint rule no-await-in-loop for e2e tests

This commit is contained in:
witzig 2017-06-15 21:28:40 +02:00
parent 2da90b58e4
commit 80aca59af7

View file

@ -4,7 +4,8 @@
"strict": 0,
"no-console": 0,
"comma-dangle": 0,
"arrow-body-style": 0
"arrow-body-style": 0,
"no-await-in-loop": 0
},
"env": {
"mocha": true