1
Fork 0

Disable the eslint complexity rule.

This commit is contained in:
Bauke 2024-01-15 13:41:10 +01:00
parent 0a72ce2a44
commit f0376ab2c4
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
}
],
"rules": {
"complexity": "off",
"no-await-in-loop": "off",
"quotes": [
"error",