Skip to content

fix JavaScript lint errors (issue #13209)#13303

Open
NotFoundOvO wants to merge 1 commit into
stdlib-js:developfrom
NotFoundOvO:fix-lint-13209
Open

fix JavaScript lint errors (issue #13209)#13303
NotFoundOvO wants to merge 1 commit into
stdlib-js:developfrom
NotFoundOvO:fix-lint-13209

Conversation

@NotFoundOvO

Copy link
Copy Markdown
Contributor

resolves #13209

Fixes two lint errors detected in the automated JavaScript lint workflow:

  1. Replaced constructor usage with array literal + in
  2. Removed empty line between require statements in

@NotFoundOvO NotFoundOvO requested a review from a team July 6, 2026 02:05
@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! 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 Good First PR A pull request resolving a Good First Issue. label Jul 6, 2026
@stdlib-bot

Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
blas/base/dsymv $\\color{green}466/466$
$\\color{green}+100.00\\%$
$\\color{green}75/75$
$\\color{green}+100.00\\%$
$\\color{green}2/2$
$\\color{green}+100.00\\%$
$\\color{green}466/466$
$\\color{green}+100.00\\%$

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

@stdlib-bot stdlib-bot added the Potential Duplicate There might be another pull request resolving the same issue. label 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. 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