Run sonar cloud with current node.js LTS version
[e-mobility-charging-stations-simulator.git] / src / performance / storage / StorageFactory.ts
index 429f61d53a63b12d4eb71cacd23e2ed815c29bd0..5ed114849638bef2432b3e5c6cc955b1cb6b334e 100644 (file)
@@ -7,7 +7,6 @@ import { Storage } from './Storage';
 import { StorageType } from '../../types/Storage';
 
 export class StorageFactory {
-  // eslint-disable-next-line @typescript-eslint/no-empty-function
   private constructor() {
     // This is intentional
   }