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,