Files
DefinitelyTyped/types/gm/tslint.json
Maarten van Vliet 1de0136f93 @types/gm Add GetterOptions for working with streams and identify operations (#18447)
* 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
2017-07-31 13:55:17 -07:00

8 lines
172 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// This package unifiable overloaded functions, lot of effort to fix
"unified-signatures": false
}
}