Skip to content

Conversation

@kaushal-kumar-it
Copy link
Contributor

Resolves #8515.

Description

What is the purpose of this pull request?

This pull request fixes JavaScript lint errors reported by the linter in the following files:

  • lib/node_modules/@stdlib/_tools/pkgs/entry-points/lib/resolve.sync.js
  • lib/node_modules/@stdlib/ndarray/slice-to/benchmark/benchmark.js

The changes include code style and formatting adjustments (consistent spacing, indentation, variable declaration alignment, and quote usage) to comply with the project's ESLint configuration.
No logic or behavior of the code was modified — all fixes are purely stylistic.

Related Issues

Does this pull request have any related issues?

This pull request resolves the following issue:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

All lint tests (make lint) and JavaScript-specific checks (make lint-javascript-files) were executed successfully after the fixes.
Both files now conform fully to the project's coding standards.

Checklist

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

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • [] Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • [] Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution.

This PR was developed with assistance from ChatGPT for guidance on resolving ESLint issues and verifying proper PR formatting.
All code edits were manually reviewed and validated to ensure correctness and consistency with stdlib’s style conventions.


@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 Nov 13, 2025
@stdlib-bot
Copy link
Contributor

stdlib-bot commented Nov 13, 2025

Coverage Report

Package Statements Branches Functions Lines
ndarray/slice-to $\color{green}221/221$
$color{green}+100.00%$
$\color{green}24/24$
$color{green}+100.00%$
$\color{green}2/2$
$color{green}+100.00%$
$\color{green}221/221$
$color{green}+100.00%$

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

@kaushal-kumar-it
Copy link
Contributor Author

Hi @kgryte 👋,
I’ve fixed the JavaScript lint errors for issue #8515 in the affected files and verified that all lint and test checks pass locally.
Whenever you have a moment, could you please review this PR? Thank you for your time and guidance!

Signed-off-by: Athan <kgryte@gmail.com>
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kgryte kgryte removed the Needs Review A pull request which needs code review. label Nov 13, 2025
@kgryte kgryte merged commit 37b26e6 into stdlib-js:develop Nov 13, 2025
13 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

3 participants