From fc49f2914fa240d24e24f75cb9e50ab0b2933b94 Mon Sep 17 00:00:00 2001 From: Guillaume Ongenae Date: Tue, 24 Oct 2023 11:05:57 +0200 Subject: [PATCH] fix: fix deprecation error due to rule strict-type-predicates --- eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/eslintrc.json b/eslintrc.json index 2354bb1..1496bbe 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -281,7 +281,6 @@ "prefer-method-signature": true, "prefer-switch": true, "return-undefined": true, - "strict-type-predicates": true, "switch-final-break": [ true, "always"