eslint warnings are GONE, please keep it this way

This commit is contained in:
wearrrrr 2024-10-12 22:09:27 -05:00
parent d1d38142e7
commit 63db07da89
15 changed files with 27 additions and 28 deletions

View file

@ -1,7 +1,6 @@
import { iswindow } from "..";
import { BareMuxConnection } from "../../shared";
import { rewriteUrl } from "../../shared";
import type { MessageC2W } from "../../worker";
import { ScramjetClient } from "../client";
const sharedworkerpostmessage = MessagePort.prototype.postMessage;