From 78cc06849c84cd5627ae9035b0270d538d512d07 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Fri, 6 Dec 2024 09:16:26 -0800 Subject: [PATCH] removing typescript-eslint/no-unsafe-call as not needed --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 323cc91..c4283dc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,6 @@ "xo": { "rules": { "@typescript-eslint/naming-convention": 0, - "@typescript-eslint/no-unsafe-call": 0, "@typescript-eslint/no-unsafe-assignment": 0, "@typescript-eslint/no-unsafe-return": 0, "@typescript-eslint/no-redundant-type-constituents": 0,