From d74ae3eed0d473caa6325e5ea021c2343876888f Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 22 Sep 2020 12:18:59 -0700 Subject: [PATCH] [angular-cookie] Remove unused lint exceptions (#47830) --- types/angular-cookie/tslint.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/types/angular-cookie/tslint.json b/types/angular-cookie/tslint.json index 8f9c451694..b089342e79 100644 --- a/types/angular-cookie/tslint.json +++ b/types/angular-cookie/tslint.json @@ -2,16 +2,12 @@ "extends": "dtslint/dt.json", "rules": { "ban-types": false, - "callable-types": false, "dt-header": false, - "eofline": false, - "no-redundant-jsdoc": false, "no-trailing-whitespace": false, "no-var-keyword": false, "object-literal-shorthand": false, "only-arrow-functions": false, "prefer-const": false, - "prefer-method-signature": false, "space-before-function-paren": false, "unified-signatures": false }