Fix eslint configuration
[poolifier.git] / src / pools / selection-strategies.ts
index 20e02f31b490530b42771150676ebcd08baeddd8..f1c20befd6b709784f08f5fe339709d2bf3b1e3d 100644 (file)
@@ -252,6 +252,7 @@ class SelectionStrategiesUtils {
         return new LessRecentlyUsedWorkerChoiceStrategy(pool)
       default:
         throw new Error(
+          // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
           `Worker choice strategy '${workerChoiceStrategy}' not found`
         )
     }