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", {