Skip to content

chore: fix JavaScript lint errors (issue #11444)#11457

Merged
kgryte merged 6 commits intostdlib-js:developfrom
bhumikasudarshani-cmd:fix/js-lint-errors-11444
Apr 16, 2026
Merged

chore: fix JavaScript lint errors (issue #11444)#11457
kgryte merged 6 commits intostdlib-js:developfrom
bhumikasudarshani-cmd:fix/js-lint-errors-11444

Conversation

@bhumikasudarshani-cmd
Copy link
Copy Markdown
Contributor

@bhumikasudarshani-cmd bhumikasudarshani-cmd commented Apr 14, 2026

Related Issues

resolves #11444

Description

Fixed JavaScript lint error by replacing new Array() constructor with array literal in-

lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark/benchmark.js

@stdlib-bot stdlib-bot added First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Needs Review A pull request which needs code review. labels Apr 14, 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 Apr 14, 2026
@kgryte kgryte added difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. review: 5 Benchmarks Pull requests adding or improving benchmarks for measuring performance. and removed Needs Review A pull request which needs code review. labels Apr 16, 2026
Comment thread lib/node_modules/@stdlib/error/tools/msg2id/lib/index.js Outdated
Comment thread lib/node_modules/@stdlib/math/base/special/roundb/test/test.js Outdated
Co-authored-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Comment thread lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark/benchmark.js Outdated
Co-authored-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Comment thread lib/node_modules/@stdlib/assert/is-readable-property-in/benchmark/benchmark.js Outdated
Co-authored-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
@stdlib-bot
Copy link
Copy Markdown
Contributor

Coverage Report

No coverage information available.

@kgryte kgryte merged commit 4f3532f into stdlib-js:develop Apr 16, 2026
30 checks passed
@bhumikasudarshani-cmd bhumikasudarshani-cmd deleted the fix/js-lint-errors-11444 branch April 16, 2026 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Benchmarks Pull requests adding or improving benchmarks for measuring performance. difficulty: 1 Low degree of difficulty. Should be straightforward to implement and/or resolve. First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue. review: 1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

3 participants