From 168649055be1ab2d2481e4152cf68b56e11c94c6 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 22 Sep 2020 12:31:19 -0700 Subject: [PATCH] [angular-fullscreen] Remove unused lint exceptions (#47839) --- types/angular-fullscreen/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/angular-fullscreen/tslint.json b/types/angular-fullscreen/tslint.json index 29495a858a..077aed30b6 100644 --- a/types/angular-fullscreen/tslint.json +++ b/types/angular-fullscreen/tslint.json @@ -1,12 +1,10 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, "interface-name": false, "no-consecutive-blank-lines": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-reference-import": false, "npm-naming": [ true, @@ -20,7 +18,6 @@ "mode": "code" } ], - "prefer-method-signature": false, "strict-export-declare-modifiers": false, "trim-file": false }