chore: fix JavaScript lint errors (issue #9851)#9854
chore: fix JavaScript lint errors (issue #9851)#9854Kayd-06 wants to merge 1 commit intostdlib-js:developfrom
Conversation
- Disable jsdoc-doctest for non-executable examples in @stdlib/fs/read-wasm - Replace new Array() with array literals in @stdlib/utils/async/inmap benchmark
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
| var format = require( '@stdlib/string/format' ); | ||
| var isObject = require('@stdlib/assert/is-plain-object'); | ||
| var isFunction = require('@stdlib/assert/is-function'); | ||
| var isUint8Array = require('@stdlib/assert/is-uint8array'); |
There was a problem hiding this comment.
Please make sure you use eslint fix to correctly format this file .
Fixes two types of JavaScript linting errors detected in the automated lint workflow.
Related Issues
Resolves #9851