Skip to content

chore: fix JavaScript lint errors (issue #11517)#11530

Closed
bhumikasudarshani-cmd wants to merge 6 commits intostdlib-js:developfrom
bhumikasudarshani-cmd:fix/lint-map-values-error-concat
Closed

chore: fix JavaScript lint errors (issue #11517)#11530
bhumikasudarshani-cmd wants to merge 6 commits intostdlib-js:developfrom
bhumikasudarshani-cmd:fix/lint-map-values-error-concat

Conversation

@bhumikasudarshani-cmd
Copy link
Copy Markdown
Contributor

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

Description

Fixes a JavaScript linting error in the @stdlib/utils/async/map-values examples file by replacing string concatenation in an error message with @stdlib/string/format.

Issues

resolves #11517

Changes

1.Added var format = require( '@stdlib/string/format' ); import
2.Replaced 'unable to retrieve stats: '+file with format( 'unable to retrieve stats: %s', file )

@bhumikasudarshani-cmd bhumikasudarshani-cmd requested a review from a team April 18, 2026 09:59
@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 Apr 18, 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 removed the Needs Review A pull request which needs code review. label Apr 18, 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors

2 participants