From 214cbdcda00746631641680a87d370f1df4db5e1 Mon Sep 17 00:00:00 2001 From: mtgto Date: Sat, 17 Feb 2018 17:09:55 +0900 Subject: [PATCH] [copy-webpack-plugin] enable dt-header rule. --- types/copy-webpack-plugin/index.d.ts | 2 +- types/copy-webpack-plugin/tslint.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/types/copy-webpack-plugin/index.d.ts b/types/copy-webpack-plugin/index.d.ts index 35150a5e72..8dd6aeb8f8 100644 --- a/types/copy-webpack-plugin/index.d.ts +++ b/types/copy-webpack-plugin/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for copy-webpack-plugin v4.4.1 +// Type definitions for copy-webpack-plugin 4.4 // Project: https://github.com/kevlened/copy-webpack-plugin // Definitions by: flying-sheep // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/copy-webpack-plugin/tslint.json b/types/copy-webpack-plugin/tslint.json index a41bf5d19a..a0357daa61 100644 --- a/types/copy-webpack-plugin/tslint.json +++ b/types/copy-webpack-plugin/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,