build: make eslint configuration use strict type checking
[poolifier.git] / examples / typescript / websocket-server-pool / ws-hybrid / src / main.ts
index 177d7d3b5813f04ff10dd8812f8eafeec1099407..b35775b4b8e80b852ed31be2db04c955ae8f8996 100644 (file)
@@ -38,7 +38,6 @@ const pool = new FixedClusterPool<ClusterWorkerData, ClusterWorkerResponse>(
         .then(response => {
           if (response.status) {
             console.info(
-              // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
               `WebSocket server is listening in cluster worker on port ${response.port}`
             )
           }