chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / types / orm / entities / PerformanceRecord.ts
index 58bfacad1b07fc8310962e7a28fc15897d455205..c752e0997af013b2613c5cfc855c9e5dcd651292 100644 (file)
@@ -1,8 +1,8 @@
 // eslint-disable-next-line @typescript-eslint/no-unused-vars
-import { Collection, Entity, OneToMany, PrimaryKey, Property } from '@mikro-orm/core';
+import { Collection, Entity, OneToMany, PrimaryKey, Property } from '@mikro-orm/core'
 
 // eslint-disable-next-line @typescript-eslint/no-unused-vars
-import type { PerformanceData } from './PerformanceData.js';
+import type { PerformanceData } from './PerformanceData.js'
 
 @Entity()
 export class PerformanceRecord {