From 79512335a82c14e6f2a28e8304210b27dda32024 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 11:21:44 -0700 Subject: [PATCH] [aws4] Remove unused lint exceptions (#47947) --- types/aws4/tslint.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/types/aws4/tslint.json b/types/aws4/tslint.json index b82d2ef5bf..3421a34a30 100644 --- a/types/aws4/tslint.json +++ b/types/aws4/tslint.json @@ -1,10 +1,7 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, "dt-header": false, - "no-redundant-jsdoc": false, - "prefer-const": false, - "prefer-method-signature": false + "prefer-const": false } }