mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
json-rpc: Remove tslint
This commit is contained in:
parent
d141924b02
commit
254faa935e
@ -17,13 +17,11 @@ function makeSimpleMessagingConnection(
|
||||
): SimpleMessagingConnection<JsonRpcRequest, JsonRpcResponse> {
|
||||
const producer: Producer<JsonRpcResponse> = {
|
||||
start: (listener) => {
|
||||
// tslint:disable-next-line:no-object-mutation
|
||||
worker.onmessage = (event) => {
|
||||
listener.next(parseJsonRpcResponse(event.data));
|
||||
};
|
||||
},
|
||||
stop: () => {
|
||||
// tslint:disable-next-line:no-object-mutation
|
||||
worker.onmessage = null;
|
||||
},
|
||||
};
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"extends": "../../tslint.json"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user