refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-server-pool / fastify-cluster / src / main.ts
index 6fe49edae8591ee64afb939053d37637f35b4ee2..c165157afdbdb907983822ce941932b06f1ba95e 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(