From 47b73e178af0a6f76c609a2b46567cad94e792db Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 11:31:30 -0700 Subject: [PATCH] [angular-ui-router] Remove unused lint exceptions (#47900) --- types/angular-ui-router/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/angular-ui-router/tslint.json b/types/angular-ui-router/tslint.json index 97381fd0a6..0ae1ce9686 100644 --- a/types/angular-ui-router/tslint.json +++ b/types/angular-ui-router/tslint.json @@ -2,7 +2,6 @@ "extends": "dtslint/dt.json", "rules": { "ban-types": false, - "callable-types": false, "comment-format": false, "dt-header": false, "interface-name": false, @@ -14,7 +13,6 @@ "no-duplicate-imports": false, "no-namespace": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-redundant-jsdoc-2": false, "no-unnecessary-qualifier": false, "no-var-keyword": false, @@ -24,7 +22,6 @@ "one-line": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "semicolon": false, "space-before-function-paren": false, "strict-export-declare-modifiers": false,