From ccb1efa3177f1f6fff4fbd7ceca64faecc26a1c2 Mon Sep 17 00:00:00 2001 From: segayuu Date: Mon, 4 Dec 2017 11:20:28 +0900 Subject: [PATCH] cleanup ignore lint error: dt-header --- types/glob/index.d.ts | 2 +- types/glob/tslint.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/types/glob/index.d.ts b/types/glob/index.d.ts index 0b5c280ed2..c78ccc3d6a 100644 --- a/types/glob/index.d.ts +++ b/types/glob/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Glob 5.0.10 +// Type definitions for Glob 5.0 // Project: https://github.com/isaacs/node-glob // Definitions by: vvakame // voy diff --git a/types/glob/tslint.json b/types/glob/tslint.json index 858b8dce48..7220242756 100644 --- a/types/glob/tslint.json +++ b/types/glob/tslint.json @@ -1,7 +1,6 @@ { "extends": "dtslint/dt.json", "rules": { - "dt-header": false, "interface-name": false, "no-reference-import": false, "no-var-keyword": false,