diff --git a/types/angular-toastr/tslint.json b/types/angular-toastr/tslint.json index 6cfd67312b..9c0aca87f8 100644 --- a/types/angular-toastr/tslint.json +++ b/types/angular-toastr/tslint.json @@ -1,11 +1,8 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, - "eofline": false, "interface-name": false, - "no-redundant-jsdoc": false, "no-redundant-jsdoc-2": false, "no-reference-import": false, "no-unnecessary-qualifier": false, @@ -24,7 +21,6 @@ "one-variable-per-declaration": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "semicolon": false, "strict-export-declare-modifiers": false }