refactor: cleanup eslint configuration
[poolifier.git] / src / utils.ts
index a33758ce64c1ad72890b8d6e8b40b96336316c65..f77d84a97e6694d2c22cbdc0dd0a5bb97ab69f89 100644 (file)
@@ -1,5 +1,6 @@
-import * as os from 'node:os'
 import { getRandomValues } from 'node:crypto'
+import * as os from 'node:os'
+
 import type { KillBehavior } from './worker/worker-options.js'
 
 /**