Skip to content

Commit 860e75b

Browse files
committed
lint
1 parent d7c74e9 commit 860e75b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/unit/socket-close-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ for (const proto of testProtos("tcp", "ipc", "inproc")) {
113113
let weakRef: undefined | WeakRef<any>
114114

115115
const task = async () => {
116-
let context: zmq.Context | undefined = new zmq.Context()
116+
const context: zmq.Context | undefined = new zmq.Context()
117117
const socket = new zmq.Dealer({context, linger: 0})
118118
weakRef = new WeakRef(context)
119119

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"declaration": true,
66
"module": "commonjs",
77
"types": [
8-
"node",
8+
"node"
99
],
1010
"strictPropertyInitialization": false, // TODO
1111
"strict": true,

0 commit comments

Comments
 (0)