diff --git a/types/vinyl-buffer/index.d.ts b/types/vinyl-buffer/index.d.ts index f0ff53a035..bdda31817c 100644 --- a/types/vinyl-buffer/index.d.ts +++ b/types/vinyl-buffer/index.d.ts @@ -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 // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/vinyl-buffer/tslint.json b/types/vinyl-buffer/tslint.json index 6951b16e6e..a4bcc87748 100644 --- a/types/vinyl-buffer/tslint.json +++ b/types/vinyl-buffer/tslint.json @@ -1,7 +1,6 @@ { "extends": "dtslint/dt.json", "rules": { - "callable-types": false, - "dt-header": false + "callable-types": false } }