diff --git a/.oxlintrc.json b/.oxlintrc.json index a011811..8d3c6b6 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -22,7 +22,7 @@ "error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" } ], - "typescript/no-explicit-any": "warn", + "typescript/no-explicit-any": "error", "typescript/no-non-null-assertion": "warn", "typescript/consistent-type-imports": [ "error",