From 1393a3f83c35fd7fcc98446dcb66a6214349b312 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 22 Sep 2020 11:52:28 -0700 Subject: [PATCH] [angular-bootstrap-calendar] Remove unused lint exceptions (#47804) --- types/angular-bootstrap-calendar/tslint.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/types/angular-bootstrap-calendar/tslint.json b/types/angular-bootstrap-calendar/tslint.json index f87e275dec..60b0d59645 100644 --- a/types/angular-bootstrap-calendar/tslint.json +++ b/types/angular-bootstrap-calendar/tslint.json @@ -3,18 +3,13 @@ "rules": { "array-type": false, "ban-types": false, - "callable-types": false, "comment-format": false, "dt-header": false, - "eofline": false, "interface-name": false, "max-line-length": false, - "no-outside-dependencies": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-var-keyword": false, "only-arrow-functions": false, - "prefer-method-signature": false, "space-before-function-paren": false, "strict-export-declare-modifiers": false }