From e326ad10f34ecb6316d0650abb72d6bab7ea22fb Mon Sep 17 00:00:00 2001 From: Ville Saarinen Date: Wed, 21 Nov 2018 09:43:29 +0200 Subject: [PATCH] Fixes to header --- types/rc-tooltip/index.d.ts | 6 +++--- types/rc-tooltip/tslint.json | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/types/rc-tooltip/index.d.ts b/types/rc-tooltip/index.d.ts index 4e07ca484a..78a1fb63fb 100644 --- a/types/rc-tooltip/index.d.ts +++ b/types/rc-tooltip/index.d.ts @@ -1,7 +1,7 @@ -// Type definitions for rc-tooltip v3.7.3 +// Type definitions for rc-tooltip 3.7 // Project: https://github.com/react-component/tooltip -// Definitions by: rhysd -// ahstro +// Definitions by: rhysd +// ahstro // vsaarinen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 diff --git a/types/rc-tooltip/tslint.json b/types/rc-tooltip/tslint.json index a41bf5d19a..a0357daa61 100644 --- a/types/rc-tooltip/tslint.json +++ b/types/rc-tooltip/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,