Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flxdot committed May 2, 2024
1 parent 5acd171 commit 0c3c823
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion services/frontend/src/components/charts/timeseries.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import {notEmpty} from "@/utils/filters.ts";
import {
notEmpty,
} from '@/utils/filters.ts';

/**
* Determines the type of values of the timeseries.
Expand Down
4 changes: 0 additions & 4 deletions services/frontend/src/components/driver/driver-timeseries.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,3 @@ function updateData() {
updateData();
</script>

<style scoped lang="scss">
</style>
4 changes: 3 additions & 1 deletion services/frontend/src/plugins/i18n/translations/de.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
4 changes: 3 additions & 1 deletion services/frontend/src/plugins/i18n/translations/en.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 0c3c823

Please sign in to comment.