From 8b7876c95a76b4f070d400e8a150975fed4f3532 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 13:42:43 -0700 Subject: [PATCH] [brorand] Remove unused lint exceptions (#48026) --- types/brorand/tslint.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/types/brorand/tslint.json b/types/brorand/tslint.json index 4ad8d03bef..106ca2f30d 100644 --- a/types/brorand/tslint.json +++ b/types/brorand/tslint.json @@ -1,12 +1,9 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, "interface-over-type-literal": false, "no-consecutive-blank-lines": false, - "no-redundant-jsdoc": false, - "prefer-const": false, - "prefer-method-signature": false + "prefer-const": false } }