From 0c3b79307819de5987a1ad914a73f428a74974c0 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 22 Sep 2020 12:37:14 -0700 Subject: [PATCH] [angular-meteor] Remove unused lint exceptions (#47852) --- types/angular-meteor/tslint.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/types/angular-meteor/tslint.json b/types/angular-meteor/tslint.json index a4a7900510..210114507a 100644 --- a/types/angular-meteor/tslint.json +++ b/types/angular-meteor/tslint.json @@ -3,13 +3,10 @@ "rules": { "arrow-return-shorthand": false, "ban-types": false, - "callable-types": false, "interface-name": false, "jsdoc-format": false, "max-line-length": false, - "no-angle-bracket-type-assertion": false, "no-empty-interface": false, - "no-redundant-jsdoc": false, "no-trailing-whitespace": false, "no-unnecessary-generics": false, "no-unnecessary-qualifier": false, @@ -18,7 +15,6 @@ "one-line": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "semicolon": false, "space-within-parens": false, "strict-export-declare-modifiers": false,