refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-client-pool / src / main.ts
index 41028e630fca19b8759790d8bfb5c30b5e773c9a..722de1e6dc200bbc535f1dfce8db4516d6c95d58 100644 (file)
@@ -1,4 +1,5 @@
 import { availableParallelism } from 'poolifier'
+
 import { httpClientPool } from './pool.js'
 import type { WorkerResponse } from './types.js'