mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
chore: remove unused no-var comment
This commit is contained in:
parent
ecca656c68
commit
39bdb374e1
1 changed files with 1 additions and 3 deletions
4
src/types/global.d.ts
vendored
4
src/types/global.d.ts
vendored
|
|
@ -1,5 +1,3 @@
|
|||
/* eslint-disable no-var */
|
||||
|
||||
type QtTransportMessage = {
|
||||
data: string;
|
||||
};
|
||||
|
|
@ -28,4 +26,4 @@ declare global {
|
|||
var chrome: Chrome | undefined;
|
||||
}
|
||||
|
||||
export {};
|
||||
export { };
|
||||
|
|
|
|||
Loading…
Reference in a new issue