From 2cbfb52fbdec1255c5689084d2e91126fea9bfb2 Mon Sep 17 00:00:00 2001 From: Christoph Spielmann Date: Sun, 27 Aug 2017 23:30:06 +0200 Subject: [PATCH] Changes for linting... --- types/react-json/index.d.ts | 1 - types/react-json/tslint.json | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/types/react-json/index.d.ts b/types/react-json/index.d.ts index 759b8bfe86..90b5b202dc 100644 --- a/types/react-json/index.d.ts +++ b/types/react-json/index.d.ts @@ -17,4 +17,3 @@ declare class Json extends React.Component { } export default Json; - diff --git a/types/react-json/tslint.json b/types/react-json/tslint.json index f46aa2f5f0..f93cf8562a 100644 --- a/types/react-json/tslint.json +++ b/types/react-json/tslint.json @@ -1,7 +1,3 @@ { - "extends": "dtslint/dt.json", - "rules": { - "no-var-requires": false - } - + "extends": "dtslint/dt.json" }