cleanup ignore lint error: dt-header

This commit is contained in:
segayuu
2017-11-07 13:06:38 +09:00
parent 62798c507d
commit 6ee0e959ce
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// Type definitions for Acorn v4.0.3
// Type definitions for Acorn 4.0
// Project: https://github.com/marijnh/acorn
// Definitions by: RReverser <https://github.com/RReverser>, e-cloud <https://github.com/e-cloud>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

View File

@@ -2,7 +2,6 @@
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false,
"export-just-namespace": false,
"interface-name": false,
"no-empty-interface": false,