From 903998eee916b67751964a9196699e37dd65fb2a Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 31 Mar 2020 14:41:40 -0700 Subject: [PATCH] [revalidator] Enable noImplicitThis (#42947) --- types/revalidator/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/revalidator/tsconfig.json b/types/revalidator/tsconfig.json index 13116d109b..c23f06b7e2 100644 --- a/types/revalidator/tsconfig.json +++ b/types/revalidator/tsconfig.json @@ -5,7 +5,7 @@ "es6" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": false, "strictFunctionTypes": true, "baseUrl": "../", @@ -20,4 +20,4 @@ "index.d.ts", "revalidator-tests.ts" ] -} \ No newline at end of file +}