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