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