chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / ui / web / src / shims-vue.d.ts
index 9875d777e9682a548a210aabaee01365125424c4..c9d5581c0257bb7069ffe47954c9a36a384fb512 100644 (file)
@@ -1,6 +1,6 @@
 declare module '*.vue' {
-  import type { DefineComponent } from 'vue';
+  import type { DefineComponent } from 'vue'
   // eslint-disable-next-line @typescript-eslint/ban-types
-  const component: DefineComponent<{}, {}, unknown>;
-  export default component;
+  const component: DefineComponent<{}, {}, unknown>
+  export default component
 }