From 2e3f31ba3f986f0ceea61132c09884a7f2d0dae5 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 31 Mar 2020 14:42:41 -0700 Subject: [PATCH] [redux-ui] Enable noImplicitThis (#42946) --- types/redux-ui/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/redux-ui/tsconfig.json b/types/redux-ui/tsconfig.json index 0fcc3d0e44..f65731990f 100644 --- a/types/redux-ui/tsconfig.json +++ b/types/redux-ui/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "../",