From 0c3c823d03aa6fe58ee73fbcf9a3531a0f6295b1 Mon Sep 17 00:00:00 2001 From: flxdot Date: Thu, 2 May 2024 20:52:29 +0200 Subject: [PATCH] lint fix --- services/frontend/src/components/charts/timeseries.ts | 4 +++- services/frontend/src/components/driver/driver-timeseries.vue | 4 ---- services/frontend/src/plugins/i18n/translations/de.ts | 4 +++- services/frontend/src/plugins/i18n/translations/en.ts | 4 +++- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/services/frontend/src/components/charts/timeseries.ts b/services/frontend/src/components/charts/timeseries.ts index 33179fb..665dcb4 100644 --- a/services/frontend/src/components/charts/timeseries.ts +++ b/services/frontend/src/components/charts/timeseries.ts @@ -1,4 +1,6 @@ -import {notEmpty} from "@/utils/filters.ts"; +import { + notEmpty, +} from '@/utils/filters.ts'; /** * Determines the type of values of the timeseries. diff --git a/services/frontend/src/components/driver/driver-timeseries.vue b/services/frontend/src/components/driver/driver-timeseries.vue index f8d1fed..091ab86 100644 --- a/services/frontend/src/components/driver/driver-timeseries.vue +++ b/services/frontend/src/components/driver/driver-timeseries.vue @@ -100,7 +100,3 @@ function updateData() { updateData(); - - diff --git a/services/frontend/src/plugins/i18n/translations/de.ts b/services/frontend/src/plugins/i18n/translations/de.ts index 5a5437e..d87a095 100644 --- a/services/frontend/src/plugins/i18n/translations/de.ts +++ b/services/frontend/src/plugins/i18n/translations/de.ts @@ -1,7 +1,9 @@ import { ERouteName, } from '@/router/route-name.ts'; -import {EPhysicalDimension, EUnitOfMeasurement} from "@/api/unit-of-measurement.ts"; +import { + EPhysicalDimension, EUnitOfMeasurement, +} from '@/api/unit-of-measurement.ts'; const authentication = { login: 'Anmelden', diff --git a/services/frontend/src/plugins/i18n/translations/en.ts b/services/frontend/src/plugins/i18n/translations/en.ts index a9c2852..f12f4d5 100644 --- a/services/frontend/src/plugins/i18n/translations/en.ts +++ b/services/frontend/src/plugins/i18n/translations/en.ts @@ -1,7 +1,9 @@ import { ERouteName, } from '@/router/route-name.ts'; -import {EPhysicalDimension, EUnitOfMeasurement} from "@/api/unit-of-measurement.ts"; +import { + EPhysicalDimension, EUnitOfMeasurement, +} from '@/api/unit-of-measurement.ts'; const authentication = { login: 'Login',