build: make eslint configuration use strict type checking
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / src / main.ts
index d9a0015c637d528703902440ec0e986d5cc86450..6b9c172792805277e23800cb8bd6571f855670fa 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
               `Fastify is listening in cluster worker on port ${response.port}`
             )
           }