Skip to content

Commit fe65044

Browse files
committed
Add any lint exception
1 parent d3bfcbc commit fe65044

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/editor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export async function initWasm() {
2727
wasmImport = await wasmMemory();
2828
// eslint-disable-next-line @typescript-eslint/no-explicit-any
2929
(window as any).imageCanvases = {};
30+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3031
(window as any).receiveNativeMessage = receiveNativeMessage;
3132

3233
// Provide a random starter seed which must occur after initializing the WASM module, since WASM can't generate its own random numbers

0 commit comments

Comments
 (0)