refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / src / main.ts
index 724836de7ef6fb5287e511a59d5cbe71cb360c22..5610bc1d48bbadf0edee7b87b710d9feb5066d48 100644 (file)
@@ -1,7 +1,9 @@
 import { dirname, extname, join } from 'node:path'
-import { fileURLToPath } from 'node:url'
 import { exit } from 'node:process'
+import { fileURLToPath } from 'node:url'
+
 import Fastify from 'fastify'
+
 import { fastifyPoolifier } from './fastify-poolifier.js'
 
 /**