From 8367291a2c6675d62f741dc4ee18bff007894e8d Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 22 Sep 2020 12:31:40 -0700 Subject: [PATCH] [angular-gettext] Remove unused lint exceptions (#47840) --- types/angular-gettext/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/angular-gettext/tslint.json b/types/angular-gettext/tslint.json index bc1b2086dd..218869f966 100644 --- a/types/angular-gettext/tslint.json +++ b/types/angular-gettext/tslint.json @@ -1,21 +1,18 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "comment-format": false, "dt-header": false, "jsdoc-format": false, "max-line-length": false, "no-consecutive-blank-lines": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-reference-import": false, "no-unnecessary-qualifier": false, "no-var-keyword": false, "object-literal-key-quotes": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "prefer-template": false, "space-before-function-paren": false, "strict-export-declare-modifiers": false,