From 409fc7fb164367a80c75efa02c97877c9511bf22 Mon Sep 17 00:00:00 2001 From: Zain Afzal Date: Tue, 29 Jan 2019 07:54:29 +1100 Subject: [PATCH] Fixed header --- types/react-json-tree/index.d.ts | 2 +- types/react-json-tree/tslint.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/types/react-json-tree/index.d.ts b/types/react-json-tree/index.d.ts index 6fc37c4941..c57cdd3d51 100644 --- a/types/react-json-tree/index.d.ts +++ b/types/react-json-tree/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for react-json-tree v0.6.6 +// Type definitions for react-json-tree 0.6 // Project: https://github.com/alexkuz/react-json-tree/ // Definitions by: Grant Nestor // Zain Afzal diff --git a/types/react-json-tree/tslint.json b/types/react-json-tree/tslint.json index e3610fefae..92d14c6344 100644 --- a/types/react-json-tree/tslint.json +++ b/types/react-json-tree/tslint.json @@ -7,7 +7,6 @@ "ban-types": false, "callable-types": false, "comment-format": false, - "dt-header": false, "eofline": false, "export-just-namespace": false, "import-spacing": false,