We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e817391 commit 727c233Copy full SHA for 727c233
app/renderer/js/electron-bridge.ts
@@ -1,4 +1,4 @@
1
-import {EventEmitter} from "events"; // eslint-disable-line unicorn/prefer-node-protocol
+import {EventEmitter} from "node:events";
2
3
import type {ClipboardDecrypter} from "./clipboard-decrypter.js";
4
import {ClipboardDecrypterImpl} from "./clipboard-decrypter.js";
0 commit comments