diff --git a/.oxlintrc.json b/.oxlintrc.json index c95c8191ff4..c2eab7f31e4 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -20,7 +20,7 @@ "typescript/consistent-return": "error", "typescript/no-explicit-any": "error", "typescript/no-extraneous-class": "off", - "typescript/no-unnecessary-type-conversion": "off", + "typescript/no-unnecessary-type-conversion": "error", "typescript/no-unsafe-type-assertion": "off", "unicorn/consistent-function-scoping": "off", "unicorn/prefer-set-size": "off",