Skip to content

Conversation

Payal-Goswami
Copy link
Contributor

Resolves #8195.

Description

This pull request fixed linting errors in:

  • lib/node_modules/@stdlib/blas/base/isamax/test/test.ndarray.native.js
    by removing extra spaces.

  • lib/node_modules/@stdlib/assert/is-probability/benchmark/benchmark.js
    Removed unused ESLint disable directive

Related Issues

This pull request:

Questions

No.

Other

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Oct 6, 2025
@stdlib-bot
Copy link
Contributor

Coverage Report

Package Statements Branches Functions Lines
assert/is-probability $\color{green}247/247$
$\color{green}+100.00\%$
$\color{green}12/12$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}247/247$
$\color{green}+100.00\%$
blas/base/isamax $\color{green}369/369$
$\color{green}+100.00\%$
$\color{green}20/20$
$\color{green}+100.00\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{green}369/369$
$\color{green}+100.00\%$
plot/ctor $\color{red}1941/2243$
$\color{green}+86.54\%$
$\color{green}4/4$
$\color{green}+100.00\%$
$\color{red}0/3$
$\color{green}+0.00\%$
$\color{red}1941/2243$
$\color{green}+86.54\%$

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

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. Needs Review A pull request which needs code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors
2 participants