refactor: cleanup eslint configuration
[e-mobility-charging-stations-simulator.git] / src / utils / ErrorUtils.ts
index bd4fcf375ca334e96c62afa5d09b88cc8fa7a21b..9c243a299e769f67c4e70859aae110651a3444cd 100644 (file)
@@ -2,8 +2,6 @@ import process from 'node:process'
 
 import chalk from 'chalk'
 
-import { logger } from './Logger.js'
-import { isNotEmptyString } from './Utils.js'
 import type { ChargingStation } from '../charging-station/index.js'
 import type {
   EmptyObject,
@@ -13,6 +11,8 @@ import type {
   JsonType,
   RequestCommand
 } from '../types/index.js'
+import { logger } from './Logger.js'
+import { isNotEmptyString } from './Utils.js'
 
 const defaultErrorParams = {
   throwError: true,