refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-server-pool / fastify-hybrid / src / main.ts
index 6b9c172792805277e23800cb8bd6571f855670fa..b2174e07bec4cc4b5ff54b07eedd0e1e8452efd9 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 { ClusterWorkerData, ClusterWorkerResponse } from './types.js'
 
 const fastifyWorkerFile = join(