chore: fix JavaScript lint errors (issue #8563)
resolves #8563
Fixed lint error in lib/node_modules/@stdlib/ndarray/for-each/examples/index.js by changing the last require statement from an absolute package path to a relative path, as required by the stdlib/require-last-path-relative rule.
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:
-
Please read our contributing guidelines.
-
Update your pull request description to include this checked box:
- [x] Read, understood, and followed the [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md)
This acknowledgment confirms that you've read the guidelines, which include:
- The developer's certificate of origin
- Your agreement to license your contributions under the project's terms
We can't review or accept contributions without this acknowledgment.
Thank you for your understanding and cooperation. We look forward to reviewing your contribution!
Coverage Report
| Package | Statements | Branches | Functions | Lines |
|---|---|---|---|---|
| ndarray/for-each | $\color{green}123/123$ $color{green}+100.00%$ |
$\color{green}7/7$ $color{green}+100.00%$ |
$\color{green}1/1$ $color{green}+100.00%$ |
$\color{green}123/123$ $color{green}+100.00%$ |
The above coverage report was generated for the changes in this PR.
@cnaples79 Thank you for working on this. The proposed change is correct; however, would you mind addressing the CI failure (see https://github.com/stdlib-js/stdlib/pull/8564#issuecomment-3560960622)?
Without this check, we are unable to move this PR forward. Cheers!
@cnaples79 Circling back on this in case you missed the last ping. Would you mind ticking the box acknowledging acceptance of contributing guidelines? We'd love to get this PR in, but are blocked from doing so until we receive your acknowledgment. Cheers!
@cnaples79 Another ping concerning the comments above. Cheers!