refactor: cleanup eslint configuration
[poolifier.git] / benchmarks / internal / thread-worker.mjs
index 92508dd887c80e7f6c210d87dec673c0b8952ee3..63d6e2defe91085e852e8786d4dac25b926c2422 100644 (file)
@@ -1,7 +1,8 @@
 import { isMainThread } from 'node:worker_threads'
+
 import { ThreadWorker } from '../../lib/index.mjs'
-import { executeTaskFunction } from '../benchmarks-utils.cjs'
 import { TaskFunctions } from '../benchmarks-types.cjs'
+import { executeTaskFunction } from '../benchmarks-utils.cjs'
 
 const taskFunction = data => {
   data = data || {}