From 93f8dd6fe7d7eba0dcedf84a482c1aa73aa10e10 Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Tue, 9 Dec 2025 18:24:25 +0100 Subject: [PATCH] enable no unsafe type assertion --- .oxlintrc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index 7837601..2576135 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -11,8 +11,6 @@ "no-array-sort": "off", "rules-of-hooks": "error", "react-in-jsx-scope": "off", - // @TODO these rules should be enabled, and the violations fixed - "no-unsafe-type-assertion": "off" }, "overrides": [ {