refactor: cleanup eslint configuration
[poolifier.git] / src / pools / thread / fixed.ts
index 38dee9f02605f21847bdd3bd0d5303f2824b4dcb..78912c2b03d11537bebce5cc0576d058157321af 100644 (file)
@@ -1,8 +1,9 @@
 import {
+  isMainThread,
   type TransferListItem,
-  type Worker,
-  isMainThread
+  type Worker
 } from 'node:worker_threads'
+
 import type { MessageValue } from '../../utility-types.js'
 import { AbstractPool } from '../abstract-pool.js'
 import { type PoolOptions, type PoolType, PoolTypes } from '../pool.js'