mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"ban-types": false,
|
|
"unified-signatures": false
|
|
}
|
|
}
|