From cb90d5f618c80378faf1ee6dcc1ef65196c58900 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 11:28:44 -0700 Subject: [PATCH] [angular-toasty] Remove unused lint exceptions (#47896) --- types/angular-toasty/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/angular-toasty/tslint.json b/types/angular-toasty/tslint.json index 201bb742d8..4ce298f232 100644 --- a/types/angular-toasty/tslint.json +++ b/types/angular-toasty/tslint.json @@ -2,18 +2,15 @@ "extends": "dtslint/dt.json", "rules": { "ban-types": false, - "callable-types": false, "dt-header": false, "interface-name": false, "no-consecutive-blank-lines": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-unnecessary-class": false, "no-var-keyword": false, "object-literal-shorthand": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "prefer-template": false, "semicolon": false, "space-before-function-paren": false,