Compare commits

...

1 Commits
0.3.0 ... main

Author SHA1 Message Date
Bauke 7c948b67a7
Disable the complexity rule. 2023-11-13 19:21:26 +01:00
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"
},