From 164fadcca67409a70c98d17a83a21e8a64df4249 Mon Sep 17 00:00:00 2001 From: segayuu Date: Fri, 15 Dec 2017 11:33:32 +0900 Subject: [PATCH] cleanup ignore lint error: dt-header --- types/vinyl-buffer/index.d.ts | 2 +- types/vinyl-buffer/tslint.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/types/vinyl-buffer/index.d.ts b/types/vinyl-buffer/index.d.ts index f0ff53a035..bdda31817c 100644 --- a/types/vinyl-buffer/index.d.ts +++ b/types/vinyl-buffer/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for vinyl-buffer +// Type definitions for vinyl-buffer 1.0 // Project: https://github.com/hughsk/vinyl-buffer // Definitions by: Qubo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/vinyl-buffer/tslint.json b/types/vinyl-buffer/tslint.json index 6951b16e6e..a4bcc87748 100644 --- a/types/vinyl-buffer/tslint.json +++ b/types/vinyl-buffer/tslint.json @@ -1,7 +1,6 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, - "dt-header": false + "callable-types": false } }