Skip to content

Commit ebeb2c5

Browse files
committed
disabled lint in line
1 parent 6b67400 commit ebeb2c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/host/src/node/babel-plugin/plugin.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ export function replaceWithRequireNodeAddon(
4848
t.identifier("requireNodeAddon")
4949
),
5050
[t.stringLiteral(requireCallArgument)]
51-
) as any
51+
/* eslint-disable @typescript-eslint/no-explicit-any */
52+
) as any
5253
);
5354
}
5455

0 commit comments

Comments
 (0)