From aae2c293e55ef6d3201e91bcdb2d182c635ba8c0 Mon Sep 17 00:00:00 2001 From: Tronica Date: Fri, 24 Jan 2025 19:02:26 +0100 Subject: [PATCH] fix typo tslint.json --- libs/remix-url-resolver/tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-url-resolver/tslint.json b/libs/remix-url-resolver/tslint.json index 56c85deb96..c29e9dd11a 100644 --- a/libs/remix-url-resolver/tslint.json +++ b/libs/remix-url-resolver/tslint.json @@ -50,7 +50,7 @@ "no-empty": false, "no-empty-interface": true, "no-eval": true, - "no-inferrable-types": [ + "no-inferable-types": [ true, "ignore-params" ],