From bffe06c38e56b0145fe0f7a2c3ccea8c6f260fe1 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Fri, 6 Mar 2020 18:50:26 -0700 Subject: [PATCH] [redux-promise] Enable noImplicitThis (#42945) --- types/redux-promise/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/redux-promise/tsconfig.json b/types/redux-promise/tsconfig.json index b3cf058251..b1e711de6d 100644 --- a/types/redux-promise/tsconfig.json +++ b/types/redux-promise/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../",