Skip to content

Commit

Permalink
chore: eslint ignore $init import
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 28, 2023
1 parent 6861425 commit 9673e5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixture/static-import.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { imports } from "./_imports.mjs";

// eslint-disable-next-line import/named
import { rand, $init } from "@fixture/wasm/index.wasm";

await $init(imports);
Expand Down

0 comments on commit 9673e5c

Please sign in to comment.