refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / websocket-server-pool / ws-cluster / src / main.ts
index 762b1c0fffc68b24cfc4f7a4b8296649d1f151ec..34e2a58ba8e5fccd20da378cbbd69932bc9f47a1 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(