Skip to content

Commit

Permalink
fix: lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pmmmwh authored and Michael Mok committed Apr 4, 2022
1 parent 433e5aa commit b91ae7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-src/socket.js
Expand Up @@ -19,7 +19,7 @@ let maxRetries = 10;

// Initialized client is exported so external consumers can utilize the same instance
// It is mutable to enforce singleton
// eslint-disable-next-line no-mutable-exports
// eslint-disable-next-line import/no-mutable-exports
export let client = null;

/**
Expand Down

0 comments on commit b91ae7d

Please sign in to comment.