refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-client-pool / src / pool.ts
index 673b71b894f19335f00aabb474f804cac7ffb99f..6988372eb1e4e07683fd129f8a2ea2b9ea0d40e2 100644 (file)
@@ -1,6 +1,8 @@
-import { fileURLToPath } from 'node:url'
 import { dirname, extname, join } from 'node:path'
-import { DynamicThreadPool, availableParallelism } from 'poolifier'
+import { fileURLToPath } from 'node:url'
+
+import { availableParallelism, DynamicThreadPool } from 'poolifier'
+
 import type { WorkerData, WorkerResponse } from './types.js'
 
 const workerFile = join(