From 0041edcffaf97df883557dc9f213983d85ff3997 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 14:20:14 -0700 Subject: [PATCH] [bit-array] Remove unused lint exceptions (#47996) --- types/bit-array/tslint.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/types/bit-array/tslint.json b/types/bit-array/tslint.json index 282b376fd5..2f06f5cc1b 100644 --- a/types/bit-array/tslint.json +++ b/types/bit-array/tslint.json @@ -1,13 +1,9 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, - "eofline": false, "no-declare-current-package": false, "no-padding": false, - "no-redundant-jsdoc": false, - "no-single-declare-module": false, - "prefer-method-signature": false + "no-single-declare-module": false } }