From 8ec4c20c30ccb36178cc9b400a2a0b1ac010e939 Mon Sep 17 00:00:00 2001 From: Vincent Pizzo Date: Fri, 8 Mar 2019 11:46:26 -0800 Subject: [PATCH] Remove no-duplicate-imports from lint --- types/react-csv/tslint.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/types/react-csv/tslint.json b/types/react-csv/tslint.json index b2ecae2fd2..310959b38e 100644 --- a/types/react-csv/tslint.json +++ b/types/react-csv/tslint.json @@ -1,7 +1,4 @@ { "extends": "dtslint/dt.json", - "rules": { - // TODO - "no-duplicate-imports": false - } + "rules": { } }