From b2301cb792172612f7184324a669d5fe5318a46b Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 11:12:04 -0700 Subject: [PATCH] [azure-mobile-services-client] Remove unused lint exceptions (#47950) --- types/azure-mobile-services-client/tslint.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/types/azure-mobile-services-client/tslint.json b/types/azure-mobile-services-client/tslint.json index b496068142..073882bbb5 100644 --- a/types/azure-mobile-services-client/tslint.json +++ b/types/azure-mobile-services-client/tslint.json @@ -2,7 +2,6 @@ "extends": "dtslint/dt.json", "rules": { "ban-types": false, - "callable-types": false, "comment-format": false, "dt-header": false, "interface-name": false, @@ -10,13 +9,11 @@ "no-consecutive-blank-lines": false, "no-misused-new": false, "no-padding": false, - "no-redundant-jsdoc": false, "no-trailing-whitespace": false, "no-var-keyword": false, "npm-naming": false, "one-line": false, "prefer-for-of": false, - "prefer-method-signature": false, "prefer-template": false, "semicolon": false, "space-before-function-paren": false,