We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b67400 commit ebeb2c5Copy full SHA for ebeb2c5
packages/host/src/node/babel-plugin/plugin.ts
@@ -48,7 +48,8 @@ export function replaceWithRequireNodeAddon(
48
t.identifier("requireNodeAddon")
49
),
50
[t.stringLiteral(requireCallArgument)]
51
- ) as any
+ /* eslint-disable @typescript-eslint/no-explicit-any */
52
+ ) as any
53
);
54
}
55
0 commit comments