From ce3d6ee59ae277443d5be6976ca087491a6fed04 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 22 Sep 2020 12:33:37 -0700 Subject: [PATCH] [angular-httpi] Remove unused lint exceptions (#47844) --- types/angular-httpi/tslint.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/types/angular-httpi/tslint.json b/types/angular-httpi/tslint.json index 21bd66fcdc..ca9771f95d 100644 --- a/types/angular-httpi/tslint.json +++ b/types/angular-httpi/tslint.json @@ -1,18 +1,14 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, - "eofline": false, "no-consecutive-blank-lines": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-unnecessary-generics": false, "no-var-keyword": false, "npm-naming": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "strict-export-declare-modifiers": false, "trim-file": false }