diff --git a/package.json b/package.json index 795867d..1cd8ed5 100644 --- a/package.json +++ b/package.json @@ -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" },