From 5166d4c8c701f4af63112932e678474cdc9f81ce Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 11:40:46 -0700 Subject: [PATCH] [auth0-lock] Remove unused lint exceptions (#47940) --- types/auth0-lock/tslint.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/auth0-lock/tslint.json b/types/auth0-lock/tslint.json index 6046b77986..fef59ad14f 100644 --- a/types/auth0-lock/tslint.json +++ b/types/auth0-lock/tslint.json @@ -4,10 +4,8 @@ "no-declare-current-package": false, "no-misused-new": false, "no-single-declare-module": false, - "no-var": false, "object-literal-shorthand": false, "only-arrow-functions": false, - "prefer-method-signature": false, "typedef-whitespace": false } }