refactor: cleanup eslint configuration
[poolifier.git] / src / utility-types.ts
index e407309a3d0e221a929a89a5d25cc84466a1e51e..c7663606cf86afe67f84d6f25d831d567b5bab3f 100644 (file)
@@ -1,6 +1,7 @@
+import type { AsyncResource } from 'node:async_hooks'
 import type { EventLoopUtilization } from 'node:perf_hooks'
 import type { MessagePort, TransferListItem } from 'node:worker_threads'
-import type { AsyncResource } from 'node:async_hooks'
+
 import type { KillBehavior } from './worker/worker-options.js'
 
 /**