From 60c94e97bc01c679c69b3b48fd7e13d9ca48f3a2 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 15:03:34 -0700 Subject: [PATCH] [bootstrap-select] Remove unused lint exceptions (#48016) --- types/bootstrap-select/tslint.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/types/bootstrap-select/tslint.json b/types/bootstrap-select/tslint.json index 21e570f7a8..4b086b581f 100644 --- a/types/bootstrap-select/tslint.json +++ b/types/bootstrap-select/tslint.json @@ -3,12 +3,6 @@ "rules": { "array-type": false, "ban-types": false, - "callable-types": false, - "dt-header": false, - "no-consecutive-blank-lines": false, - "no-redundant-jsdoc": false, - "prefer-method-signature": false, - "semicolon": false, - "trim-file": false + "dt-header": false } }