From 0931195c9443cb77219236a81a2e110232528038 Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 14:18:20 -0700 Subject: [PATCH] [clndr] Remove unused lint exceptions (#48081) --- types/clndr/tslint.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/types/clndr/tslint.json b/types/clndr/tslint.json index 75812b1cc4..3db14f85ea 100644 --- a/types/clndr/tslint.json +++ b/types/clndr/tslint.json @@ -1,6 +1 @@ -{ - "extends": "dtslint/dt.json", - "rules": { - "no-outside-dependencies": false - } -} +{ "extends": "dtslint/dt.json" }