Skip to content

Commit ebceacd

Browse files
committed
style: disable lint rule
1 parent 6ae17a9 commit ebceacd

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/assert/has-sharedarraybuffer-support

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/assert/has-sharedarraybuffer-support/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ var hasSharedArrayBufferSupport = require( '@stdlib/assert/has-sharedarraybuffer
3636

3737
Detects if a runtime environment supports [`SharedArrayBuffer`][mdn-sharedarraybuffer].
3838

39+
<!-- eslint-disable id-length -->
40+
3941
```javascript
4042
var bool = hasSharedArrayBufferSupport();
4143
// returns <boolean>

0 commit comments

Comments
 (0)