1
Fork 0

Turn off the complexity rule.

This commit is contained in:
Bauke 2023-06-30 11:37:15 +02:00
parent de0730db28
commit bddc4ceddf
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
"extends": "@bauke/eslint-config", "extends": "@bauke/eslint-config",
"prettier": true, "prettier": true,
"rules": { "rules": {
"complexity": "off",
"no-await-in-loop": "off" "no-await-in-loop": "off"
}, },
"space": true "space": true