From d5447980f801a8f8a275d80cb211245aacda0814 Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Tue, 9 Dec 2025 18:23:26 +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 f3f8ba1..9a1437c 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -9,8 +9,6 @@ "rules": { "no-console": "error", "no-array-sort": "off", - // @TODO these rules should be enabled, and the violations fixed - "no-unsafe-type-assertion": "off" }, "overrides": [ {