Skip to content

Commit cb4f5b4

Browse files
authored
chore: remove unused eslint directive (#19781)
1 parent 05beb9c commit cb4f5b4

File tree

1 file changed

+0
-1
lines changed
  • packages/vite/src/node/plugins

1 file changed

+0
-1
lines changed

packages/vite/src/node/plugins/wasm.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const wasmHelper = async (opts = {}, url: string) => {
2828
// correct MIME type for .wasm files, which unfortunately doesn't work for
2929
// a lot of static file servers, so we just work around it by getting the
3030
// raw buffer.
31-
// eslint-disable-next-line n/no-unsupported-features/node-builtins -- this function runs in browsers
3231
const response = await fetch(url)
3332
const contentType = response.headers.get('Content-Type') || ''
3433
if (

0 commit comments

Comments
 (0)