cleanup ignore lint error: dt-header

This commit is contained in:
segayuu
2017-12-15 10:26:43 +09:00
parent 1107825556
commit 73009cc2d0
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
// Type definitions for vinyl 2.0.0
// Type definitions for vinyl 2.0
// Project: https://github.com/gulpjs/vinyl
// Definitions by: vvakame <https://github.com/vvakame>, jedmao <https://github.com/jedmao>, Georgii Dolzhykov <https://github.com/thorn0>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

View File

@@ -1,7 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"dt-header": false,
"no-conditional-assignment": false,
"no-construct": false,
"no-var-requires": false,