Turn off the complexity rule.
This commit is contained in:
parent
de0730db28
commit
bddc4ceddf
|
@ -42,6 +42,7 @@
|
|||
"extends": "@bauke/eslint-config",
|
||||
"prettier": true,
|
||||
"rules": {
|
||||
"complexity": "off",
|
||||
"no-await-in-loop": "off"
|
||||
},
|
||||
"space": true
|
||||
|
|
Loading…
Reference in New Issue