From 25edbdacc283cf0cd3fab50e9355b3a32f22040e Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Fri, 16 Jan 2026 20:00:59 -0700 Subject: [PATCH] Fix config file --- .oxlintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index a7551c871..b2eafc49c 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -6,6 +6,6 @@ "oxc" ], "categories": { - "correctness": true + "correctness": "error" } }