Disable the complexity rule.

This commit is contained in:
Bauke 2023-11-13 19:21:26 +01:00
parent 3d884e09a5
commit 7c948b67a7
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
"rules": {
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/consistent-type-imports": "off",
"complexity": "off",
"n/file-extension-in-import": "off",
"no-await-in-loop": "off"
},