refactor: cleanup eslint configuration
[poolifier.git] / src / pools / worker.ts
index d40754835ab040d7fd8f947238bb9b857c6d58a6..ee54c6acc3f17216361f3c20b55b61f74376f260 100644 (file)
@@ -1,5 +1,6 @@
-import type { MessageChannel, WorkerOptions } from 'node:worker_threads'
 import type { EventEmitter } from 'node:events'
+import type { MessageChannel, WorkerOptions } from 'node:worker_threads'
+
 import type { CircularArray } from '../circular-array.js'
 import type { Task } from '../utility-types.js'