Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 17, 2024
1 parent d7c74e9 commit 860e75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/socket-close-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ for (const proto of testProtos("tcp", "ipc", "inproc")) {
let weakRef: undefined | WeakRef<any>

const task = async () => {
let context: zmq.Context | undefined = new zmq.Context()
const context: zmq.Context | undefined = new zmq.Context()
const socket = new zmq.Dealer({context, linger: 0})
weakRef = new WeakRef(context)

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declaration": true,
"module": "commonjs",
"types": [
"node",
"node"
],
"strictPropertyInitialization": false, // TODO
"strict": true,
Expand Down

0 comments on commit 860e75b

Please sign in to comment.