chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargePointErrorCode.ts
index 5fcbee455b5914ef11058d464c0d8d8dc92d29a9..9c29390e6974923bdaa37a508696bcad5a906d28 100644 (file)
@@ -1,6 +1,7 @@
-import { OCPP16ChargePointErrorCode } from './1.6/ChargePointErrorCode.js';
+import { OCPP16ChargePointErrorCode } from './1.6/ChargePointErrorCode.js'
 
 export const ChargePointErrorCode = {
-  ...OCPP16ChargePointErrorCode,
-} as const;
-export type ChargePointErrorCode = OCPP16ChargePointErrorCode;
+  ...OCPP16ChargePointErrorCode
+} as const
+// eslint-disable-next-line @typescript-eslint/no-redeclare
+export type ChargePointErrorCode = OCPP16ChargePointErrorCode