xo: Fix unicorn/prefer-node-protocol.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-03-31 21:52:32 -07:00
parent 3b04b61662
commit e39d2a9b95
29 changed files with 52 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
import type {WebContents} from "electron/main";
import fs from "fs";
import path from "path";
import process from "process";
import fs from "node:fs";
import path from "node:path";
import process from "node:process";
import * as remote from "@electron/remote";
import {app, dialog} from "@electron/remote";