Apply prettier formating
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 4 Mar 2022 21:34:42 +0000 (22:34 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 4 Mar 2022 21:34:42 +0000 (22:34 +0100)
commite7aeea18e189dd087c8f951cf77a253e2818ae90
tree141c9260f39d583aa27ce612f47b098800edb68c
parent9ed69c71c2a875fa88753696c5e38cc63dff3313
Apply prettier formating

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
83 files changed:
.eslintrc
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.mocharc.json
.nycrc.json
.vscode/launch.json
CODE_OF_CONDUCT.md
README.md
docker/buildspec.yml
docker/config.json
manifest-cf-template.yml
mikro-orm.config-template.ts
package-lock.json
package.json
rollup.config.js
src/assets/authorization-tags-template.json
src/assets/config-template.json
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationWorker.ts
src/charging-station/UIWebSocketServer.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/1.6/OCPP16RequestService.ts
src/charging-station/ocpp/1.6/OCPP16ResponseService.ts
src/charging-station/ocpp/1.6/OCPP16ServiceUtils.ts
src/charging-station/ocpp/OCPPIncomingRequestService.ts
src/charging-station/ocpp/OCPPRequestService.ts
src/charging-station/ocpp/OCPPResponseService.ts
src/charging-station/ui-websocket-services/AbstractUIService.ts
src/charging-station/ui-websocket-services/UIService001.ts
src/charging-station/ui-websocket-services/UIServiceFactory.ts
src/charging-station/ui-websocket-services/UIServiceUtils.ts
src/exception/BaseError.ts
src/exception/OCPPError.ts
src/performance/PerformanceStatistics.ts
src/performance/storage/JsonFileStorage.ts
src/performance/storage/MikroOrmStorage.ts
src/performance/storage/MongoDBStorage.ts
src/performance/storage/Storage.ts
src/scripts/deleteChargingStations.js
src/scripts/scriptConfig-template.json
src/scripts/setCSPublicFlag.js
src/start.ts
src/types/ChargingStationTemplate.ts
src/types/ChargingStationWorker.ts
src/types/Storage.ts
src/types/UIProtocol.ts
src/types/WebSocket.ts
src/types/Worker.ts
src/types/ocpp/1.6/ChargePointErrorCode.ts
src/types/ocpp/1.6/Configuration.ts
src/types/ocpp/1.6/DiagnosticsStatus.ts
src/types/ocpp/1.6/MeterValues.ts
src/types/ocpp/1.6/Requests.ts
src/types/ocpp/1.6/Responses.ts
src/types/ocpp/1.6/Transaction.ts
src/types/ocpp/ChargePointErrorCode.ts
src/types/ocpp/ChargePointStatus.ts
src/types/ocpp/Configuration.ts
src/types/ocpp/MeterValues.ts
src/types/ocpp/Requests.ts
src/types/ocpp/Responses.ts
src/types/ocpp/Transaction.ts
src/types/orm/entities/PerformanceData.ts
src/types/orm/entities/PerformanceRecord.ts
src/utils/CircularArray.ts
src/utils/Configuration.ts
src/utils/Constants.ts
src/utils/FileUtils.ts
src/utils/Logger.ts
src/utils/Utils.ts
src/worker/WorkerAbstract.ts
src/worker/WorkerDynamicPool.ts
src/worker/WorkerFactory.ts
src/worker/WorkerSet.ts
src/worker/WorkerStaticPool.ts
test/robohydra/config.json
test/robohydra/plugins/wsServer/index.js
test/utils/CircularArrayTest.ts
tsconfig.json