mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08:00
* Add GetterOptions for working with streams and identify operations Identify operations need to buffer readStream in memory if you need to write()/stream() afterwards See: https://github.com/aheckmann/gm/blob/c6a6c5a/README.md#streams * Apply some tslint recommendations * Add tslint.json * Fix linting errors * Add tslint rule to skip unified-signatures check * Ensure geometry is passed ResizeOption
8 lines
172 B
JSON
8 lines
172 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
// This package unifiable overloaded functions, lot of effort to fix
|
|
"unified-signatures": false
|
|
}
|
|
}
|