refactor: cleanup eslint configuration
[e-mobility-charging-stations-simulator.git] / src / types / ConfigurationData.ts
index fe8b84819452354572011d23388ffc679637d701..3248ec555263eeabc3c66d81546cb471d9526083 100644 (file)
@@ -3,9 +3,9 @@ import type { ResourceLimits } from 'node:worker_threads'
 
 import type { WorkerChoiceStrategy } from 'poolifier'
 
+import type { WorkerProcessType } from '../worker/index.js'
 import type { StorageType } from './Storage.js'
 import type { ApplicationProtocol, AuthenticationType } from './UIProtocol.js'
-import type { WorkerProcessType } from '../worker/index.js'
 
 type ServerOptions = ListenOptions