eslint: Fix unicorn/prefer-node-protocol.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-10-08 15:25:41 -07:00
committed by Tim Abbott
parent 9c2f38193d
commit ba8b9a445b
184 changed files with 191 additions and 192 deletions

View File

@@ -1,6 +1,6 @@
/// <reference types="webpack-dev-server" />
import path from "path";
import path from "node:path";
import type {ZopfliOptions} from "@gfx/zopfli";
import {gzip} from "@gfx/zopfli";