diff --git a/types/node/tslint.json b/types/node/tslint.json index db4618d823..7ef1d5cd51 100644 --- a/types/node/tslint.json +++ b/types/node/tslint.json @@ -8,6 +8,7 @@ "ban-types": false, "callable-types": false, "comment-format": false, + "dt-header": false, "import-spacing": false, "interface-over-type-literal": false, "jsdoc-format": false, diff --git a/types/node/v6/tslint.json b/types/node/v6/tslint.json index 6b398c0cae..a904fc31ca 100644 --- a/types/node/v6/tslint.json +++ b/types/node/v6/tslint.json @@ -8,6 +8,7 @@ "ban-types": false, "callable-types": false, "comment-format": false, + "dt-header": false, "import-spacing": false, "interface-over-type-literal": false, "jsdoc-format": false,