Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Nov 16, 2023
1 parent 56d5134 commit 6785f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jupytercad-opencascade/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import initOpenCascade from 'opencascade.js';

import opencascade from './jupytercad.opencascade.js';
// eslint-disable-next-line no-undef
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import opencascadeWasm from './jupytercad.opencascade.wasm';

Expand Down

0 comments on commit 6785f54

Please sign in to comment.