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…
Reference in New Issue
Block a user