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,4 +1,4 @@
import process from "process";
import process from "node:process";
import type {Html} from "../../../common/html";
import {html} from "../../../common/html";