Disable the complexity rule.
This commit is contained in:
parent
3d884e09a5
commit
7c948b67a7
|
@ -79,6 +79,7 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"@typescript-eslint/consistent-type-definitions": "off",
|
"@typescript-eslint/consistent-type-definitions": "off",
|
||||||
"@typescript-eslint/consistent-type-imports": "off",
|
"@typescript-eslint/consistent-type-imports": "off",
|
||||||
|
"complexity": "off",
|
||||||
"n/file-extension-in-import": "off",
|
"n/file-extension-in-import": "off",
|
||||||
"no-await-in-loop": "off"
|
"no-await-in-loop": "off"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue