build: make eslint configuration use strict type checking
[poolifier.git] / examples / typescript / websocket-server-pool / ws-cluster / src / main.ts
index 695dc9545c99dcb308d35a5ceda62b5e87dc887b..762b1c0fffc68b24cfc4f7a4b8296649d1f151ec 100644 (file)
@@ -19,7 +19,6 @@ const pool = new FixedClusterPool<WorkerData, WorkerResponse>(
         .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}`
             )
           }