chore: remove unused no-var comment

This commit is contained in:
actuallylost 2025-09-29 14:00:19 +03:00
parent ecca656c68
commit 39bdb374e1
No known key found for this signature in database
GPG key ID: 8A8DE205A268EF2C

View file

@ -1,5 +1,3 @@
/* eslint-disable no-var */
type QtTransportMessage = {
data: string;
};
@ -28,4 +26,4 @@ declare global {
var chrome: Chrome | undefined;
}
export {};
export { };