refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / websocket-server-pool / ws-worker_threads / src / worker.ts
index a3b106c64d341d55d3a94d327c056da227f6bfdf..5aa9e90a54fc191ef2453ab94d9cc15639c5cc63 100644 (file)
@@ -1,4 +1,5 @@
 import { ThreadWorker } from 'poolifier'
+
 import {
   type DataPayload,
   type WorkerData,