diff --git a/.oxlintrc.json b/.oxlintrc.json index 8775d750b..f5ffa862f 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -17,6 +17,7 @@ "no-new": "off", "no-underscore-dangle": "off", "typescript/no-explicit-any": "warn", + "complexity": ["warn", { "max": 52 }], "unicorn/prefer-node-protocol": "error", "unicorn/no-array-reduce": "off" },