Skip to content

Commit 80fc0e1

Browse files
committed
tools: recognize Float16Array global in linter
1 parent 3833610 commit 80fc0e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export default [
126126
DecompressionStream: 'readonly',
127127
EventSource: 'readable',
128128
fetch: 'readonly',
129+
Float16Array: 'readonly',
129130
FormData: 'readonly',
130131
navigator: 'readonly',
131132
ReadableStream: 'readonly',

0 commit comments

Comments
 (0)