Test explicit JavaScript module specifiers for review lint

This commit is contained in:
vorotamoroz
2026-08-14 04:40:26 +00:00
parent a4194a8978
commit 6ed7c83109
121 changed files with 322 additions and 291 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import {
EVENT_SETTING_SAVED,
eventHub,
} from "@/common/events.ts";
import { $msg, setLang } from "@/common/translation";
import { $msg, setLang } from "@/common/translation.js";
import { AbstractModule } from "@/modules/AbstractModule.ts";
import type { InjectableServiceHub } from "@vrtmrz/livesync-commonlib/compat/services/implements/injectable/InjectableServiceHub";
import type { LiveSyncCore } from "@/main.ts";