xo: Fix n/file-extension-in-import, maybe.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2023-01-03 15:33:26 -08:00
parent cd023ec5ab
commit 56a4461c2a
49 changed files with 180 additions and 227 deletions

View File

@@ -1,5 +1,5 @@
import type {DndSettings} from "./dnd-util";
import type {MenuProps, ServerConf} from "./types";
import type {DndSettings} from "./dnd-util.js";
import type {MenuProps, ServerConf} from "./types.js";
export type MainMessage = {
"clear-app-settings": () => void;