cleanup ignore lint error: dt-header

This commit is contained in:
segayuu
2017-12-15 11:33:32 +09:00
parent 64b77e2e76
commit 164fadcca6
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Type definitions for vinyl-buffer
// Type definitions for vinyl-buffer 1.0
// Project: https://github.com/hughsk/vinyl-buffer
// Definitions by: Qubo <https://github.com/tkQubo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
+1 -2
View File
@@ -1,7 +1,6 @@
{
"extends": "dtslint/dt.json",
"rules": {
"callable-types": false,
"dt-header": false
"callable-types": false
}
}