mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
eslint: Fix unicorn/prefer-node-protocol.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9c2f38193d
commit
ba8b9a445b
@@ -2,7 +2,7 @@
|
||||
|
||||
/* global $, CSS */
|
||||
|
||||
const path = require("path");
|
||||
const path = require("node:path");
|
||||
|
||||
const {program} = require("commander");
|
||||
require("css.escape");
|
||||
|
||||
Reference in New Issue
Block a user