chore: fix JavaScript lint errors (issue #8515) #8519
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #8515.
Description
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.jslib/node_modules/@stdlib/ndarray/slice-to/benchmark/benchmark.jsThe 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
This pull request resolves the following issue:
Questions
No.
Other
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
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
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