Disable the eslint complexity rule.
This commit is contained in:
parent
0a72ce2a44
commit
f0376ab2c4
|
@ -38,6 +38,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"complexity": "off",
|
||||||
"no-await-in-loop": "off",
|
"no-await-in-loop": "off",
|
||||||
"quotes": [
|
"quotes": [
|
||||||
"error",
|
"error",
|
||||||
|
|
Loading…
Reference in New Issue