refactor: cleanup eslint configuration
[e-mobility-charging-stations-simulator.git] / src / utils / ConfigurationUtils.ts
index fd976859aeef04ff6f76f5cccd4395b8b75d1b5c..2a85bb0e2fd5686b603bf9a405181c3bc13f1b64 100644 (file)
@@ -3,10 +3,10 @@ import { fileURLToPath } from 'node:url'
 
 import chalk from 'chalk'
 
-import { Constants } from './Constants.js'
-import { isNotEmptyString, logPrefix as utilsLogPrefix } from './Utils.js'
 import { type ElementsPerWorkerType, type FileType, StorageType } from '../types/index.js'
 import { WorkerProcessType } from '../worker/index.js'
+import { Constants } from './Constants.js'
+import { isNotEmptyString, logPrefix as utilsLogPrefix } from './Utils.js'
 
 export const logPrefix = (): string => {
   return utilsLogPrefix(' Simulator configuration |')