[browser] fix lint issues (#86155)
authorPavel Savara <pavel.savara@gmail.com>
Tue, 16 May 2023 13:42:07 +0000 (15:42 +0200)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 13:42:07 +0000 (15:42 +0200)
commit61c34ac749e86f709dfa203359db72e0c2d48e39
treef2fa08fc1c4e9a9c1af8569c93701c8b34982630
parent6e91162e6ce882f476d4548aedf6a1efaa75e547
[browser] fix lint issues (#86155)

* fix lint issues
* don't format jiterpreter-tables
21 files changed:
src/mono/wasm/runtime/.eslintignore [new file with mode: 0644]
src/mono/wasm/runtime/.eslintrc.cjs
src/mono/wasm/runtime/base64.ts
src/mono/wasm/runtime/cancelable-promise.ts
src/mono/wasm/runtime/diagnostics/server_pthread/protocol-client-commands.ts
src/mono/wasm/runtime/exports-internal.ts
src/mono/wasm/runtime/gc-handles.ts
src/mono/wasm/runtime/hybrid-globalization.ts
src/mono/wasm/runtime/invoke-js.ts
src/mono/wasm/runtime/jiterpreter-opcodes.ts
src/mono/wasm/runtime/loader/exit.ts
src/mono/wasm/runtime/marshal-to-cs.ts
src/mono/wasm/runtime/net6-legacy/buffers.ts
src/mono/wasm/runtime/net6-legacy/cs-to-js.ts
src/mono/wasm/runtime/net6-legacy/exports-legacy.ts
src/mono/wasm/runtime/net6-legacy/js-to-cs.ts
src/mono/wasm/runtime/net6-legacy/method-binding.ts
src/mono/wasm/runtime/net6-legacy/method-calls.ts
src/mono/wasm/runtime/package.json
src/mono/wasm/runtime/rollup.config.js
src/mono/wasm/runtime/web-socket.ts