From b4bdc15285a358b4c0e87b6d7027c7c1a111838a Mon Sep 17 00:00:00 2001 From: Jack Bates Date: Wed, 23 Sep 2020 14:22:08 -0700 Subject: [PATCH] [chalk-pipe] Remove unused lint exceptions (#48063) --- types/chalk-pipe/tslint.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/types/chalk-pipe/tslint.json b/types/chalk-pipe/tslint.json index 07d490325b..3db14f85ea 100644 --- a/types/chalk-pipe/tslint.json +++ b/types/chalk-pipe/tslint.json @@ -1,6 +1 @@ -{ - "extends": "dtslint/dt.json", - "rules": { - "no-console": false - } -} +{ "extends": "dtslint/dt.json" }