From 5cb0a626adf868f8c2d2406edbd02d3b158eec79 Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Sat, 21 Mar 2026 09:32:58 -0700 Subject: [PATCH] Promote no-explicit-any to error Co-Authored-By: Claude Sonnet 4.6 --- .oxlintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",