From 4c11626c05a3f10d8a9932d14fda5760621b894f Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 13:07:28 -0700 Subject: [PATCH] [angularfire] Remove unused lint exceptions (#47908) --- types/angularfire/tslint.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/types/angularfire/tslint.json b/types/angularfire/tslint.json index 732f07ad41..0caa81c635 100644 --- a/types/angularfire/tslint.json +++ b/types/angularfire/tslint.json @@ -2,12 +2,9 @@ "extends": "dtslint/dt.json", "rules": { "ban-types": false, - "callable-types": false, "dt-header": false, - "no-angle-bracket-type-assertion": false, "no-consecutive-blank-lines": false, "no-duplicate-variable": false, - "no-redundant-jsdoc": false, "no-redundant-jsdoc-2": false, "no-string-throw": false, "no-var-keyword": false, @@ -15,7 +12,6 @@ "object-literal-shorthand": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "prefer-template": false, "space-before-function-paren": false, "typedef-whitespace": false,