DefinitelyTyped/types/sinon/tslint.json
Lukas Spieß f782f81c7a Update type definition to include changes from Sinon 2.2.0 (#16298)
* Add usingPromise to sinon types

* Add type definitions for sinon's calledImmediatelyBefore/After

* Update types for sinon's resolves() by marking parameter as optional

* Add tslint.json for sinon and fix issues
2017-05-03 12:02:19 -07:00

8 lines
123 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"ban-types": false,
"unified-signatures": false
}
}