Skip to content

Commit 90a99b0

Browse files
authored
fix: lint warning (#111)
1 parent 298bfb6 commit 90a99b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metro/metro-transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { compile, type CompilerOptions } from "../compiler";
99
import { getNativeInjectionCode } from "./injection-code";
1010

1111
const worker =
12-
// eslint-disable-next-line @typescript-eslint/no-require-imports, @typescript-eslint/no-unsafe-argument
12+
// eslint-disable-next-line @typescript-eslint/no-require-imports
1313
require(unstable_transformerPath) as typeof import("metro-transform-worker");
1414

1515
export async function transform(

0 commit comments

Comments
 (0)