Cleanup lint ignore error: dt-header

This commit is contained in:
segayuu 2017-11-24 09:49:25 +09:00
parent 85ed772c92
commit 326da556b0
2 changed files with 2 additions and 3 deletions

View File

@ -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 <https://github.com/benliddicott/DefinitelyTyped>
// Definitions by: Ben Liddicott <https://github.com/benliddicott>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace Ejs {

View File

@ -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,