Skip to content

Commit 2dfbb98

Browse files
committed
lint
1 parent 182d33e commit 2dfbb98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

js/network/socketiyo-client/source/socketiyo-client.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import {
2121
CLIENT_READY,
2222
} from "socketiyo-shared";
2323

24-
export * from "./defaultLogging.js"
25-
export * from "./defaultOptions.js"
24+
export * from "./defaultLogging.js";
25+
export * from "./defaultOptions.js";
2626

2727
const RECONNECTING = Symbol();
2828
const CONNECT = Symbol();
@@ -60,7 +60,7 @@ const createConnection = (options) => {
6060
try {
6161
connection.close();
6262
} catch (connectionCloseError) {
63-
63+
// eslint-disable-line
6464
}
6565
});
6666
connection.addEventListener(`open`, () => {

0 commit comments

Comments
 (0)