From 09493ef4332e4e17e53aa9747c57552560bf0707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Thu, 25 Sep 2025 07:59:20 +0200 Subject: [PATCH] fix(oxlint): relax `@typescript-eslint/no-unsafe-type-assertion` --- .oxlintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.oxlintrc.json b/.oxlintrc.json index a4eb25e..fddd552 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -257,6 +257,7 @@ "files": ["**/*.ts", "**/*.tsx"], "rules": { "@typescript-eslint/no-unnecessary-type-arguments": "off", + "@typescript-eslint/no-unsafe-type-assertion": "off", "no-unused-vars": [ "error", {