From b982e13bdc70509daafdb7477bb51b0dea345708 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 31 Mar 2020 16:35:17 -0700 Subject: [PATCH] [jquery-sortable] Enable noImplicitThis (#42914) --- types/jquery-sortable/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/jquery-sortable/tsconfig.json b/types/jquery-sortable/tsconfig.json index 2a77692104..8bf1bf725e 100644 --- a/types/jquery-sortable/tsconfig.json +++ b/types/jquery-sortable/tsconfig.json @@ -6,7 +6,7 @@ "dom" ], "noImplicitAny": true, - "noImplicitThis": false, + "noImplicitThis": true, "strictNullChecks": false, "strictFunctionTypes": true, "baseUrl": "../", @@ -21,4 +21,4 @@ "index.d.ts", "jquery-sortable-tests.ts" ] -} \ No newline at end of file +}