From e98461eb2d2aadd8883d0a63244a9816edfb1476 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 14:21:32 -0700 Subject: [PATCH] [bind-ponyfill] Remove unused lint exceptions (#47993) --- types/bind-ponyfill/tslint.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/types/bind-ponyfill/tslint.json b/types/bind-ponyfill/tslint.json index d2af1c48c7..4b086b581f 100644 --- a/types/bind-ponyfill/tslint.json +++ b/types/bind-ponyfill/tslint.json @@ -3,10 +3,6 @@ "rules": { "array-type": false, "ban-types": false, - "callable-types": false, - "dt-header": false, - "eofline": false, - "no-redundant-jsdoc": false, - "prefer-method-signature": false + "dt-header": false } }