refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-server-pool / express-cluster / src / main.ts
index 2184f970c3a819c2ed67ca02d1370c66e36a6b13..794083cc3d9d7d6e642f1d2a1668a8ebbffde932 100644 (file)
@@ -1,6 +1,8 @@
 import { dirname, extname, join } from 'node:path'
 import { fileURLToPath } from 'node:url'
-import { FixedClusterPool, availableParallelism } from 'poolifier'
+
+import { availableParallelism, FixedClusterPool } from 'poolifier'
+
 import type { WorkerData, WorkerResponse } from './types.js'
 
 const workerFile = join(