chore: fix JavaScript lint errors (issue #8563)#8564
chore: fix JavaScript lint errors (issue #8563)#8564cnaples79 wants to merge 1 commit intostdlib-js:developfrom
Conversation
|
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! |
Coverage Report
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 #8564 (comment))? 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! |
|
This pull request has been automatically closed because it has been inactive for an extended period after changes were requested. If you still wish to pursue this contribution, feel free to reopen the pull request or submit a new one. We appreciate your interest in contributing to stdlib! |
resolves #8563
Fixed lint error in
lib/node_modules/@stdlib/ndarray/for-each/examples/index.jsby changing the last require statement from an absolute package path to a relative path, as required by thestdlib/require-last-path-relativerule.