From 73009cc2d0d42b003c516b9f93d7833e024efa89 Mon Sep 17 00:00:00 2001 From: segayuu Date: Fri, 15 Dec 2017 10:26:43 +0900 Subject: [PATCH] cleanup ignore lint error: dt-header --- types/vinyl/index.d.ts | 2 +- types/vinyl/tslint.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/types/vinyl/index.d.ts b/types/vinyl/index.d.ts index 5239147517..c62007372e 100644 --- a/types/vinyl/index.d.ts +++ b/types/vinyl/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for vinyl 2.0.0 +// Type definitions for vinyl 2.0 // Project: https://github.com/gulpjs/vinyl // Definitions by: vvakame , jedmao , Georgii Dolzhykov // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/vinyl/tslint.json b/types/vinyl/tslint.json index 4c5f80b2f4..7f4748eed0 100644 --- a/types/vinyl/tslint.json +++ b/types/vinyl/tslint.json @@ -1,7 +1,6 @@ { "extends": "dtslint/dt.json", "rules": { - "dt-header": false, "no-conditional-assignment": false, "no-construct": false, "no-var-requires": false,