diff --git a/types/angular-growl-v2/tslint.json b/types/angular-growl-v2/tslint.json index 8ade964643..23550c6bd8 100644 --- a/types/angular-growl-v2/tslint.json +++ b/types/angular-growl-v2/tslint.json @@ -3,17 +3,14 @@ "rules": { "array-type": false, "ban-types": false, - "callable-types": false, "interface-name": false, "no-consecutive-blank-lines": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-reference-import": false, "no-trailing-whitespace": false, "no-unnecessary-qualifier": false, "no-var-keyword": false, "prefer-const": false, - "prefer-method-signature": false, "strict-export-declare-modifiers": false, "trim-file": false, "typedef-whitespace": false,