From 132fc1aa0a8bb354fe246f043dc3480c21e0395b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dro=C5=84?= Date: Thu, 1 Dec 2022 12:12:41 +0100 Subject: [PATCH] Enabe strict bind call apply rule (#2750) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index a3266321e..a20e8c5c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "noUnusedParameters": true, "noImplicitThis": true, "alwaysStrict": true, + "strictBindCallApply": true, "paths": { "@assets/*": ["assets/*"], "@locale/*": ["locale/*"],