mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Narrow linting rules and fix for eslintrc for js files
This commit is contained in:
4
ext/src/global.d.ts
vendored
4
ext/src/global.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
|
||||
declare const BRIDGE_VERSION: string;
|
||||
declare const BRIDGE_NAME: string;
|
||||
declare const MIRRORING_APP_ID: string;
|
||||
@@ -68,7 +70,7 @@ type ExportFunctionFunc = (...args: any[]) => any;
|
||||
|
||||
declare function exportFunction(
|
||||
func: ExportFunctionFunc,
|
||||
targetScope: any,
|
||||
targetScope: Window,
|
||||
options?: ExportFunctionOptions
|
||||
): ExportFunctionFunc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user