Refine code formatting rules
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Jan 2023 11:40:12 +0000 (12:40 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 25 Jan 2023 11:40:12 +0000 (12:40 +0100)
commit8475b2228f0b36777e1a9528b2d61348facad82f
tree6e43fa0f7593dc407c4e4b933fa708c66838bf6b
parentdec8f3602f5ed9cd916cce460ee0e10aedaa087e
Refine code formatting rules

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 files changed:
.eslintrc.json
.prettierrc.json
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationConfigurationUtils.ts
src/charging-station/UIServiceWorkerBroadcastChannel.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/charging-station/ui-server/UIHttpServer.ts
src/charging-station/ui-server/UIWebSocketServer.ts
src/charging-station/ui-server/ui-services/AbstractUIService.ts
src/performance/PerformanceStatistics.ts
src/performance/storage/JsonFileStorage.ts
src/start.ts
src/utils/Configuration.ts
src/utils/Utils.ts
src/worker/WorkerSet.ts
ui/web/src/composables/UIClient.ts