From 0ebca1ed509dd84f0519d552852d772f3614df0c Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Tue, 22 Sep 2020 11:58:59 -0700 Subject: [PATCH] [alks-node] Remove unused lint exceptions (#47795) --- types/alks-node/tslint.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/types/alks-node/tslint.json b/types/alks-node/tslint.json index 75812b1cc4..3db14f85ea 100644 --- a/types/alks-node/tslint.json +++ b/types/alks-node/tslint.json @@ -1,6 +1 @@ -{ - "extends": "dtslint/dt.json", - "rules": { - "no-outside-dependencies": false - } -} +{ "extends": "dtslint/dt.json" }