From b78a17a59e0020a3f2a6bb0c73cd51d101020039 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 13:38:53 -0700 Subject: [PATCH] [busboy] Remove unused lint exceptions (#48040) --- types/busboy/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/busboy/tslint.json b/types/busboy/tslint.json index 4aab594f2d..20259010be 100644 --- a/types/busboy/tslint.json +++ b/types/busboy/tslint.json @@ -2,15 +2,12 @@ "extends": "dtslint/dt.json", "rules": { "ban-types": false, - "callable-types": false, "dt-header": false, "no-declare-current-package": false, - "no-redundant-jsdoc": false, "no-single-declare-module": false, "no-var-keyword": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "prefer-template": false, "unified-signatures": false }