From 896717bf6eac8c1b8dce043b1de797174099cdc7 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 14:26:24 -0700 Subject: [PATCH] [batch-stream] Remove unused lint exceptions (#47983) --- types/batch-stream/tslint.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/types/batch-stream/tslint.json b/types/batch-stream/tslint.json index 5da8a00286..2cf27082bb 100644 --- a/types/batch-stream/tslint.json +++ b/types/batch-stream/tslint.json @@ -1,13 +1,9 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, - "eofline": false, "no-consecutive-blank-lines": false, - "no-redundant-jsdoc": false, "no-var-keyword": false, - "prefer-const": false, - "prefer-method-signature": false + "prefer-const": false } }