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.

@Planeshifter Planeshifter added the Ready To Merge A pull request which is ready to be merged. label Oct 13, 2025
@stdlib-bot
Copy link
Contributor

PR Commit Message

chore: fix JavaScript lint errors (issue #8195)

PR-URL: https://github.com/stdlib-js/stdlib/pull/8211
Closes: https://github.com/stdlib-js/stdlib/issues/8195

Co-authored-by: Payal <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>

Please review the above commit message and make any necessary adjustments.

@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Oct 13, 2025
@Planeshifter Planeshifter merged commit 53ffc05 into stdlib-js:develop Oct 13, 2025
68 checks passed
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. Ready To Merge A pull request which is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

3 participants