Skip to content

Commit 4f08be9

Browse files
authored
docs: disable lint rule
Signed-off-by: Athan <[email protected]>
1 parent f719362 commit 4f08be9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/has-float16array-support/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/has-float16array-support/lib/float16array.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// MAIN //
2222

23-
var main = ( typeof Float16Array === 'function' ) ? Float16Array : null;
23+
var main = ( typeof Float16Array === 'function' ) ? Float16Array : null; // eslint-disable-line stdlib/require-globals
2424

2525

2626
// EXPORTS //

0 commit comments

Comments
 (0)