refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-server-pool / express-hybrid / src / main.ts
index e339f83a276893e360140c77c40f510950e9406c..0f96a313d503b96a518b494fe2de7083798faf1a 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 expressWorkerFile = join(