refactor: refine prettier configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 12 Jan 2024 17:48:24 +0000 (18:48 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 12 Jan 2024 17:48:24 +0000 (18:48 +0100)
commita974c8e4b8a98c9450be49546a77be0d03e9f512
tree90cfffb133c11cb7d9ec5ee859296050436a9d4b
parenta223d9be48ad8828e6aef060dd3c45d4f99ea9a9
refactor: refine prettier configuration

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
34 files changed:
.prettierrc.json
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ConfigurationKeyUtils.ts
src/charging-station/Helpers.ts
src/charging-station/IdTagsCache.ts
src/charging-station/broadcast-channel/UIServiceWorkerBroadcastChannel.ts
src/charging-station/ocpp/1.6/OCPP16IncomingRequestService.ts
src/charging-station/ocpp/1.6/OCPP16ServiceUtils.ts
src/charging-station/ocpp/OCPPServiceUtils.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/utils/AsyncLock.ts
src/utils/ChargingStationConfigurationUtils.ts
src/utils/Configuration.ts
src/utils/Utils.ts
src/worker/WorkerSet.ts
src/worker/WorkerUtils.ts
ui/web/.eslintrc.cjs
ui/web/.lintstagedrc.js
ui/web/.prettierrc.json
ui/web/src/assets/config.ts
ui/web/src/composables/UIClient.ts
ui/web/src/router/index.ts
ui/web/src/types/ChargingStationType.ts
ui/web/src/types/UIProtocol.ts
ui/web/src/types/index.ts
ui/web/src/views/ChargingStationsView.vue
ui/web/tests/unit/CSTable.spec.ts
ui/web/vite.config.ts
ui/web/vitest.config.ts