Skip to content

chore: fix JavaScript lint errors (issue #13096)#13321

Open
NotFoundOvO wants to merge 10 commits into
stdlib-js:developfrom
NotFoundOvO:fix/lint-13096-reinterpret
Open

chore: fix JavaScript lint errors (issue #13096)#13321
NotFoundOvO wants to merge 10 commits into
stdlib-js:developfrom
NotFoundOvO:fix/lint-13096-reinterpret

Conversation

@NotFoundOvO

Copy link
Copy Markdown
Contributor

resolves #13096

Remove unused /* eslint-disable stdlib/jsdoc-typedef-typos */ directive in @stdlib/strided/base/reinterpret-float16/lib/main.js.

@NotFoundOvO NotFoundOvO requested a review from a team July 6, 2026 03:37
@stdlib-bot stdlib-bot added the Good First PR A pull request resolving a Good First Issue. label Jul 6, 2026
@stdlib-bot

Copy link
Copy Markdown
Contributor

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:

  1. Please read our contributing guidelines.

  2. 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!

@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Jul 6, 2026
@stdlib-bot

Copy link
Copy Markdown
Contributor

Hello! 👋

We've noticed that you've been opening a number of PRs addressing good first issues. Thank you for your interest and enthusiasm!

Now that you've made a few contributions, we suggest no longer working on good first issues. Instead, we encourage you to prioritize cleaning up any PRs which have yet to be merged and then proceed to work on more involved tasks.

Not only does this ensure that other new contributors can work on things and get ramped up on all things stdlib, it also ensures that you can spend your time on more challenging problems. 🚀

For ideas for future PRs, feel free to search the codebase for TODOs and FIXMEs and be sure to check out other open issues on the issue tracker. Cheers!

@stdlib-bot

Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
constants/float64/pinf $\\color{green}56/56$
$\\color{green}+100.00\\%$
$\\color{green}1/1$
$\\color{green}+100.00\\%$
$\\color{green}0/0$
$\\color{green}+100.00\\%$
$\\color{green}56/56$
$\\color{green}+100.00\\%$
fs/read-dir $\\color{green}171/171$
$\\color{green}+100.00\\%$
$\\color{green}7/7$
$\\color{green}+100.00\\%$
$\\color{green}2/2$
$\\color{green}+100.00\\%$
$\\color{green}171/171$
$\\color{green}+100.00\\%$
math/base/tools/evalpoly-compile $\\color{green}210/210$
$\\color{green}+100.00\\%$
$\\color{red}41/42$
$\\color{green}+97.62\\%$
$\\color{green}1/1$
$\\color{green}+100.00\\%$
$\\color{green}210/210$
$\\color{green}+100.00\\%$
math/base/tools/hermitepoly $\\color{green}202/202$
$\\color{green}+100.00\\%$
$\\color{green}12/12$
$\\color{green}+100.00\\%$
$\\color{green}3/3$
$\\color{green}+100.00\\%$
$\\color{green}202/202$
$\\color{green}+100.00\\%$
stats/kstest $\\color{green}885/885$
$\\color{green}+100.00\\%$
$\\color{green}128/128$
$\\color{green}+100.00\\%$
$\\color{green}10/10$
$\\color{green}+100.00\\%$
$\\color{green}885/885$
$\\color{green}+100.00\\%$
stats/ztest2 $\\color{green}393/393$
$\\color{green}+100.00\\%$
$\\color{green}61/61$
$\\color{green}+100.00\\%$
$\\color{green}3/3$
$\\color{green}+100.00\\%$
$\\color{green}393/393$
$\\color{green}+100.00\\%$
strided/base/reinterpret-float16 $\\color{green}99/99$
$\\color{green}+100.00\\%$
$\\color{green}3/3$
$\\color{green}+100.00\\%$
$\\color{green}1/1$
$\\color{green}+100.00\\%$
$\\color{green}99/99$
$\\color{green}+100.00\\%$
utils/async/until $\\color{green}185/185$
$\\color{green}+100.00\\%$
$\\color{green}22/22$
$\\color{green}+100.00\\%$
$\\color{green}3/3$
$\\color{green}+100.00\\%$
$\\color{green}185/185$
$\\color{green}+100.00\\%$
utils/pluck $\\color{green}263/263$
$\\color{green}+100.00\\%$
$\\color{green}24/24$
$\\color{green}+100.00\\%$
$\\color{green}3/3$
$\\color{green}+100.00\\%$
$\\color{green}263/263$
$\\color{green}+100.00\\%$

The above coverage report was generated for the changes in this PR.

@stdlib-bot stdlib-bot added Potential Duplicate There might be another pull request resolving the same issue. Merge Conflicts Pull request which has merge conflicts. labels Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Good First PR A pull request resolving a Good First Issue. Merge Conflicts Pull request which has merge conflicts. Needs Review A pull request which needs code review. Potential Duplicate There might be another pull request resolving the same issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

3 participants