[chai-string] Enable noImplicitThis (#42899)

This commit is contained in:
Jack Bates 2020-03-31 16:31:36 -07:00 committed by GitHub
parent 846962d416
commit 0f22428b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
"es6"
],
"noImplicitAny": true,
"noImplicitThis": false,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",