build: make eslint configuration use strict type checking
[poolifier.git] / src / pools / selection-strategies / abstract-worker-choice-strategy.ts
index 0a2b6113b8451bfabfd7fc866d59cc71b2f95ef2..55f43092d17760653168b59bee184fc508db1d54 100644 (file)
@@ -32,7 +32,7 @@ export abstract class AbstractWorkerChoiceStrategy<
   /**
    * The previous worker node key.
    */
-  protected previousWorkerNodeKey: number = 0
+  protected previousWorkerNodeKey = 0
 
   /** @inheritDoc */
   public readonly strategyPolicy: StrategyPolicy = {