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