Skip to content

Commit 9673e5c

Browse files
committed
chore: eslint ignore $init import
1 parent 6861425 commit 9673e5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/fixture/static-import.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import { imports } from "./_imports.mjs";
2+
3+
// eslint-disable-next-line import/named
24
import { rand, $init } from "@fixture/wasm/index.wasm";
35

46
await $init(imports);

0 commit comments

Comments
 (0)