Disable eslint rule no-await-in-loop for e2e tests
This commit is contained in:
parent
2da90b58e4
commit
80aca59af7
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"strict": 0,
|
"strict": 0,
|
||||||
"no-console": 0,
|
"no-console": 0,
|
||||||
"comma-dangle": 0,
|
"comma-dangle": 0,
|
||||||
"arrow-body-style": 0
|
"arrow-body-style": 0,
|
||||||
|
"no-await-in-loop": 0
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"mocha": true
|
"mocha": true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue