diff --git a/types/ejs/index.d.ts b/types/ejs/index.d.ts index a5bfb23ee9..8eae387b06 100644 --- a/types/ejs/index.d.ts +++ b/types/ejs/index.d.ts @@ -1,6 +1,6 @@ -// Type definitions for ejs.js v2.3.3 +// Type definitions for ejs.js 2.3 // Project: http://ejs.co/ -// Definitions by: Ben Liddicott +// Definitions by: Ben Liddicott // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare namespace Ejs { diff --git a/types/ejs/tslint.json b/types/ejs/tslint.json index 95db3aea31..6c97118099 100644 --- a/types/ejs/tslint.json +++ b/types/ejs/tslint.json @@ -2,7 +2,6 @@ "extends": "dtslint/dt.json", "rules": { "callable-types": false, - "dt-header": false, "export-just-namespace": false, "interface-over-type-literal": false, "no-padding": false,